mirror of
https://github.com/ttroy50/cmake-examples.git
synced 2025-12-19 04:34:36 +03:00
fix boost version
This commit is contained in:
@@ -5,7 +5,7 @@ project (boost_unit_test)
|
|||||||
|
|
||||||
|
|
||||||
# find a boost install with the libraries unit_test_framework
|
# find a boost install with the libraries unit_test_framework
|
||||||
find_package(Boost 1.49.1 REQUIRED COMPONENTS unit_test_framework)
|
find_package(Boost 1.46.1 REQUIRED COMPONENTS unit_test_framework)
|
||||||
|
|
||||||
set (SOURCES
|
set (SOURCES
|
||||||
Reverse.cpp
|
Reverse.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user