aboutsummaryrefslogtreecommitdiff
path: root/externals/ace
diff options
context:
space:
mode:
authorclick <none@none>2010-08-12 01:46:47 +0200
committerclick <none@none>2010-08-12 01:46:47 +0200
commita7c3ac2e19128d484a5d5f2b59e8abb934268ea9 (patch)
treec8fed008eb1e5d894a311d1a82eedf7129d1175c /externals/ace
parenteec9212ee4e94551d21f04dc96150de0a086b15e (diff)
Buildsystem/Windows: Adjust the installation-parameters for ACE to install only the compiled runtime binary (.dll-file), not .lib-files etc
(Thanks to paradox for the heads up) --HG-- branch : trunk
Diffstat (limited to 'externals/ace')
-rw-r--r--externals/ace/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/ace/CMakeLists.txt b/externals/ace/CMakeLists.txt
index ee77a6fe91c..00e127dc735 100644
--- a/externals/ace/CMakeLists.txt
+++ b/externals/ace/CMakeLists.txt
@@ -336,4 +336,4 @@ if(PCH)
add_native_precompiled_header(ace ${CMAKE_SOURCE_DIR}/externals/ace/PrecompiledHeaders/WinAcePCH)
endif()
-install(TARGETS ace DESTINATION "${CMAKE_INSTALL_PREFIX}")
+install(TARGETS ace RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}")