mirror of
https://github.com/boostorg/yap.git
synced 2026-02-22 03:52:18 +00:00
Make the Boost required version in CMake EXACT.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
find_package(Boost 1.62.0)
|
||||
find_package(Boost 1.62.0 EXACT)
|
||||
if (Boost_INCLUDE_DIRS)
|
||||
include_directories(${Boost_INCLUDE_DIRS})
|
||||
else ()
|
||||
|
||||
Reference in New Issue
Block a user