Skip to content

Commit e82ff35

Browse files
committed
Reducing required boost version to 1.42 for Debian squeeze.
1 parent 0cdfa56 commit e82ff35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ else()
121121
endif()
122122

123123
# Use Boost.Regex
124-
find_package(Boost 1.46.0 REQUIRED COMPONENTS regex)
124+
find_package(Boost 1.42.0 REQUIRED COMPONENTS regex)
125125
include_directories(${Boost_INCLUDE_DIRS})
126126

127127
# descend into source

0 commit comments

Comments
 (0)