nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
2index 46efbd5..ca2cc3b 100644
3--- a/test/CMakeLists.txt
4+++ b/test/CMakeLists.txt
5@@ -127,10 +127,6 @@ function(generate_hsaco TARGET_ID INPUT_FILE OUTPUT_FILE)
6 DEPENDS ${INPUT_FILE} clang
7 COMMENT "Building ${OUTPUT_FILE}..."
8 VERBATIM)
9- install(
10- FILES ${PROJECT_BINARY_DIR}/${OUTPUT_FILE}
11- DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME}/tests-v1
12- COMPONENT tests)
13 set(HSACO_TARGET_LIST
14 ${HSACO_TARGET_LIST} ${PROJECT_BINARY_DIR}/${OUTPUT_FILE}
15 PARENT_SCOPE)