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

github.com/moses-smt/mgiza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormespla <miquelespla@gmail.com>2019-01-30 18:25:04 +0300
committerGitHub <noreply@github.com>2019-01-30 18:25:04 +0300
commit24c707d7700d70f670cd7f755fe881de5b17f069 (patch)
tree2c4bfda087126d5e87a795a77c5eb8829864dacc
parent7277dfbaa98613771427ec4c2a33816fa1a6a1ea (diff)
Avoid linking static libraries to make it easier to compile on anaconda
-rw-r--r--mgizapp/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgizapp/CMakeLists.txt b/mgizapp/CMakeLists.txt
index 25299ff..168ecb8 100644
--- a/mgizapp/CMakeLists.txt
+++ b/mgizapp/CMakeLists.txt
@@ -49,7 +49,7 @@ SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
# BOOST_ROOT=/e/programs/boost_1_35_0
# BOOST_LIBRARYDIR=$BOOST_ROOT/stage/lib
-set(Boost_USE_STATIC_LIBS ON)
+#set(Boost_USE_STATIC_LIBS ON)
set(Boost_USE_MULTITHREADED ON)
set(Boost_USE_STATIC_RUNTIME OFF)