diff options
author | Gulliver <gulliver@fargonauten.de> | 2014-09-11 16:47:09 +0200 |
---|---|---|
committer | Gulliver <gulliver@fargonauten.de> | 2014-09-11 16:47:09 +0200 |
commit | 63b41dd05b1fcbef10d41e28cef1645ee8b6642d (patch) | |
tree | 606a028df6aa89171765fe5e4bca8cef23bb8b7a /src | |
parent | 6fed1af1f8eab2388d9786df03578653a48427a4 (diff) |
corrections for OSX and *NIX
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 35de787..01a2bf7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -38,7 +38,7 @@ set_property(TARGET PROGRAM_stmd # if sometimes libs are needed ...
#target_link_libraries(${PROGRAM_chronolog})
endif(MSVC)
-install(TARGETS PROGRAM_stmd
+install(TARGETS ${PROGRAM_stmd}
RUNTIME DESTINATION bin
BUNDLE DESTINATION Applications)
|