From 897303206e87db7616b8c5f11b894c94b1047e7c Mon Sep 17 00:00:00 2001
From: open-license-manager <rillf@maildrop.cc>
Date: 周一, 08 9月 2014 05:59:02 +0800
Subject: [PATCH] Merge branch 'master' of https://github.com/open-license-manager/open-license-manager.git

---
 test/library/CMakeLists.txt |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/test/library/CMakeLists.txt b/test/library/CMakeLists.txt
index a88aae1..fc1ec78 100644
--- a/test/library/CMakeLists.txt
+++ b/test/library/CMakeLists.txt
@@ -7,8 +7,7 @@
 target_link_libraries(
  license_reader_test
  license++_static
- boost_filesystem
- boost_test
+ ${Boost_LIBRARIES}
 )
 
 #SET_TARGET_PROPERTIES(license_reader_test PROPERTIES LINK_SEARCH_START_STATIC ON)
@@ -26,7 +25,7 @@
 	target_link_libraries(
  		os_linux_test
  		os
- 		${Boost_test_LIBRARY}
+ 		${Boost_LIBRARIES}
 	)
 	
 	#add_dependencies( os_linux_test )

--
Gitblit v1.9.1