aboutsummaryrefslogtreecommitdiff
path: root/src/tools/vmap4_assembler
diff options
context:
space:
mode:
authoripriver <g1ran1q@gmail.com>2020-06-22 15:27:03 +0300
committerPeter Keresztes Schmidt <carbenium@outlook.com>2020-06-24 14:42:02 +0200
commita46d047f9466c6f16597755bb7c771a9d1a147f2 (patch)
tree136303f021208e514db5c9b0fff1b65dc8d2d3cf /src/tools/vmap4_assembler
parentb210bb37130087d9a25a61dfb1b8baa60540c12c (diff)
fixed indentation for cmake files
Diffstat (limited to 'src/tools/vmap4_assembler')
-rw-r--r--src/tools/vmap4_assembler/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/vmap4_assembler/CMakeLists.txt b/src/tools/vmap4_assembler/CMakeLists.txt
index 27d95d6b27c..dd434256f4a 100644
--- a/src/tools/vmap4_assembler/CMakeLists.txt
+++ b/src/tools/vmap4_assembler/CMakeLists.txt
@@ -10,7 +10,7 @@
set(PRIVATE_SOURCES VMapAssembler.cpp)
-if (WIN32)
+if(WIN32)
list(APPEND PRIVATE_SOURCES ${sources_windows})
endif()
@@ -32,8 +32,8 @@ set_target_properties(vmap4assembler
FOLDER
"tools")
-if( UNIX )
+if(UNIX)
install(TARGETS vmap4assembler DESTINATION bin)
-elseif( WIN32 )
+elseif(WIN32)
install(TARGETS vmap4assembler DESTINATION "${CMAKE_INSTALL_PREFIX}")
endif()