aboutsummaryrefslogtreecommitdiff
path: root/src/tools/map_extractor
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/map_extractor')
-rw-r--r--src/tools/map_extractor/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/map_extractor/CMakeLists.txt b/src/tools/map_extractor/CMakeLists.txt
index 218f5f99fab..c61f0250613 100644
--- a/src/tools/map_extractor/CMakeLists.txt
+++ b/src/tools/map_extractor/CMakeLists.txt
@@ -12,7 +12,7 @@ CollectSourceFiles(
${CMAKE_CURRENT_SOURCE_DIR}
PRIVATE_SOURCES)
-if (WIN32)
+if(WIN32)
list(APPEND PRIVATE_SOURCES ${sources_windows})
endif()
@@ -46,8 +46,8 @@ set_target_properties(mapextractor
FOLDER
"tools")
-if( UNIX )
+if(UNIX)
install(TARGETS mapextractor DESTINATION bin)
-elseif( WIN32 )
+elseif(WIN32)
install(TARGETS mapextractor DESTINATION "${CMAKE_INSTALL_PREFIX}")
endif()