mirror of
https://github.com/ttroy50/cmake-examples.git
synced 2025-12-18 20:24:35 +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_package(Boost 1.49.1 REQUIRED COMPONENTS unit_test_framework)
|
||||
find_package(Boost 1.46.1 REQUIRED COMPONENTS unit_test_framework)
|
||||
|
||||
set (SOURCES
|
||||
Reverse.cpp
|
||||
|
||||
Reference in New Issue
Block a user