Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ IF( NOT Boost_FOUND )
set(Boost_USE_STATIC_LIBS OFF)

endif()
find_package(Boost 1.48.0 COMPONENTS unit_test_framework system filesystem)
find_package(Boost 1.48.0 REQUIRED COMPONENTS unit_test_framework system filesystem)
ENDIF()

IF (Boost_FOUND)
Expand Down