summaryrefslogtreecommitdiffstats
path: root/src/boost-test.cmake
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-02-03 03:08:38 (GMT)
committerTony Theodore <tonyt@logyst.com>2017-02-03 03:08:38 (GMT)
commitb477bae14c12be5f4f8abe8e4d70f3c80e7f5403 (patch)
tree9c2708fa96fe3af1537a836a79f6b9685dd0fea7 /src/boost-test.cmake
parent8268bf6e9ea56fb959db6bb6291c088c0f5aa210 (diff)
downloadmxe-b477bae14c12be5f4f8abe8e4d70f3c80e7f5403.zip
mxe-b477bae14c12be5f4f8abe8e4d70f3c80e7f5403.tar.gz
mxe-b477bae14c12be5f4f8abe8e4d70f3c80e7f5403.tar.bz2
boost: add test for boost.context linking
Diffstat (limited to 'src/boost-test.cmake')
-rw-r--r--src/boost-test.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boost-test.cmake b/src/boost-test.cmake
index cfde376..12ec9cf 100644
--- a/src/boost-test.cmake
+++ b/src/boost-test.cmake
@@ -7,7 +7,7 @@ set(TGT test-${PKG}-cmake)
enable_language(CXX)
add_executable(${TGT} ${CMAKE_CURRENT_LIST_DIR}/${PKG}-test.cpp)
-find_package(Boost ${PKG_VERSION} EXACT COMPONENTS chrono serialization system thread REQUIRED)
+find_package(Boost ${PKG_VERSION} EXACT COMPONENTS chrono context serialization system thread REQUIRED)
target_link_libraries(${TGT} ${Boost_LIBRARIES})
install(TARGETS ${TGT} DESTINATION bin)