From 82d408374c8ece8f13b50b93ff24ab9633de14f0 Mon Sep 17 00:00:00 2001 From: open-license-manager <rillf@maildrop.cc> Date: 周二, 05 8月 2014 04:58:22 +0800 Subject: [PATCH] windows bootstrap 1 --- src/license-generator/CMakeLists.txt | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/license-generator/CMakeLists.txt b/src/license-generator/CMakeLists.txt index b1d69e4..a79d82d 100644 --- a/src/license-generator/CMakeLists.txt +++ b/src/license-generator/CMakeLists.txt @@ -4,6 +4,7 @@ license-generator.cpp LicenseSigner.cpp ) + link_directories ( ${Boost_LIBRARY_DIRS} ) add_dependencies( license_generator_lib private_key ) @@ -13,8 +14,6 @@ ${Boost_LIBRARIES} ${EXTERNAL_LIBS} ) -#SET_TARGET_PROPERTIES(license_generator_lib PROPERTIES LINK_SEARCH_START_STATIC ON) -#SET_TARGET_PROPERTIES(license_generator_lib PROPERTIES LINK_SEARCH_END_STATIC ON) add_executable( license_generator -- Gitblit v1.9.1