Eric Ramat 7 年 前
コミット
72057b7658
1 ファイル変更0 行追加4 行削除
  1. 0 4
      CMakeLists.txt

+ 0 - 4
CMakeLists.txt

@@ -89,7 +89,6 @@ ENDIF (COMMAND CMAKE_POLICY)
  # Test the libboost header and libboost-text library.
 #
 
-OPTION(WITH_TEST "use the libboost test unit library [default: on]" ON)
 SET(Boost_USE_MULTITHREADED ON)
 SET(Boost_USE_STATIC_LIBS OFF)
 SET(Boost_NO_SYSTEM_PATHS OFF)
@@ -113,9 +112,6 @@ INCLUDE_DIRECTORIES(${ARTIS_BINARY_DIR})
 
 #
  # Generate the vle.pc pkg-config file.
- # Build some variable to build a correct Win32 pkg config file with:
- # prefix=/target to detect the DIRNAME
- # cflag=-Iboost_1_34_1 for the directory
 #
 
 SET(ARTIS_PKGCONFIG_PREFIXPATH "${CMAKE_INSTALL_PREFIX}")