diff --git a/sorting/CMakeLists.txt b/sorting/CMakeLists.txt index 9e76c8dec..00877bb61 100644 --- a/sorting/CMakeLists.txt +++ b/sorting/CMakeLists.txt @@ -15,6 +15,6 @@ foreach( testsourcefile ${APP_SOURCES} ) if(OpenMP_CXX_FOUND) target_link_libraries(${testname} OpenMP::OpenMP_CXX) endif() - install(TARGETS ${testname} DESTINATION "bin/strings") + install(TARGETS ${testname} DESTINATION "bin/sorting") endforeach( testsourcefile ${APP_SOURCES} )