diff --git a/bin/CMakeLists.txt b/bin/CMakeLists.txt index 9026be83..ea723a79 100644 --- a/bin/CMakeLists.txt +++ b/bin/CMakeLists.txt @@ -8,6 +8,6 @@ if(NOT WIN32) install( TARGETS mmdblookup - RUNTIME DESTINATION bin + DESTINATION bin ) endif()