Do not build and install cltrace. diff --git a/CMakeLists.txt.orig b/CMakeLists.txt index c449db4..9cff673 100644 --- a/CMakeLists.txt.orig +++ b/CMakeLists.txt @@ -73,7 +73,7 @@ find_package(ROCclr REQUIRED CONFIG #add_subdirectory(khronos/icd) add_subdirectory(amdocl) #add_subdirectory(tools/clinfo) -add_subdirectory(tools/cltrace) +#add_subdirectory(tools/cltrace) if(BUILD_TESTS) add_subdirectory(tests/ocltst) endif() @@ -108,9 +108,6 @@ endif() #install(PROGRAMS $ # DESTINATION bin # COMPONENT MAIN) -install(PROGRAMS $ - DESTINATION lib - COMPONENT MAIN) install(PROGRAMS $ DESTINATION lib COMPONENT MAIN) ected='selected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-11daemon: Remove unused function exportPaths....* nix/libstore/store-api.cc (exportPaths): Remove it. * nix/libstore/store-api.hh (exportPaths): Likewise. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Maxime Devos
2022-09-11daemon: Remove unused function openStore....* nix/libstore/store-api.cc (openStore): Remove it. * nix/libstore/store-api.hh (openStore): Likewise. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Maxime Devos