|
@@ -89,7 +89,6 @@ ENDIF (COMMAND CMAKE_POLICY)
|
|
# Test the libboost header and libboost-text library.
|
|
# 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_MULTITHREADED ON)
|
|
SET(Boost_USE_STATIC_LIBS OFF)
|
|
SET(Boost_USE_STATIC_LIBS OFF)
|
|
SET(Boost_NO_SYSTEM_PATHS OFF)
|
|
SET(Boost_NO_SYSTEM_PATHS OFF)
|
|
@@ -113,9 +112,6 @@ INCLUDE_DIRECTORIES(${ARTIS_BINARY_DIR})
|
|
|
|
|
|
#
|
|
#
|
|
# Generate the vle.pc pkg-config file.
|
|
# 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}")
|
|
SET(ARTIS_PKGCONFIG_PREFIXPATH "${CMAKE_INSTALL_PREFIX}")
|