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:
authorHieu Hoang <hieuhoang@gmail.com>2019-01-30 19:07:42 +0300
committerGitHub <noreply@github.com>2019-01-30 19:07:42 +0300
commit3dd8ef62a31a0fb5e57bc720760d3f0b3cbe6fe8 (patch)
tree414173a3e69e7faa89e47485f200e74f90d87369
parent2daddf6ff2a059b7d0247ea333f5ec992b21c65b (diff)
parent24c707d7700d70f670cd7f755fe881de5b17f069 (diff)
Merge pull request #19 from mespla/master
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 05a6720..95d018a 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)