mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
cmake: look for Boost in-tree first
During development we tend to use a symlink to the most recent version of Boost from the Hyperscan source tree, so look there first. Also, unset some cached results so we recheck when the Boost version changes.
This commit is contained in:
@@ -38,4 +38,7 @@ ${BOOST_REV_TEST}" BOOST_REVGRAPH_PATCH)
|
||||
endif()
|
||||
|
||||
unset (CMAKE_REQUIRED_INCLUDES)
|
||||
else ()
|
||||
unset(BOOST_REVGRAPH_OK CACHE)
|
||||
unset(BOOST_REVGRAPH_PATCH CACHE)
|
||||
endif () # Boost 1.62.0
|
||||
|
Reference in New Issue
Block a user