Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürgen Herrmann <shadowrom@me.com>2013-05-16 15:24:19 +0400
committerJürgen Herrmann <shadowrom@me.com>2013-05-16 15:24:19 +0400
commitb90108c10871e61387934bf74035a10dbb0ed16b (patch)
tree8f4b77b0e6f1a37180a9ffd3af06d078f4669786 /source/creator
parentcd34945792f2f1107afff099f56bd83381a04a69 (diff)
CMakeLists.txt changes to use new static Jack libs with VC2012
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt30
1 files changed, 15 insertions, 15 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index eabf1fc7f49..1e17d7b7887 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -644,21 +644,21 @@ elseif(WIN32)
endif()
endif()
- if(WITH_JACK AND MSVC11)
- if(CMAKE_CL_64)
- install(
- FILES
- ${LIBDIR}/jack/lib/libjack64.dll
- DESTINATION ${TARGETDIR}
- )
- else()
- install(
- FILES
- ${LIBDIR}/jack/lib/libjack.dll
- DESTINATION ${TARGETDIR}
- )
- endif()
- endif()
+# if(WITH_JACK AND MSVC11)
+# if(CMAKE_CL_64)
+# install(
+# FILES
+# ${LIBDIR}/jack/lib/libjack64.dll
+# DESTINATION ${TARGETDIR}
+# )
+# else()
+# install(
+# FILES
+# ${LIBDIR}/jack/lib/libjack.dll
+# DESTINATION ${TARGETDIR}
+# )
+# endif()
+# endif()
if(WITH_SDL)
if(NOT CMAKE_CL_64)