2
0
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:
Zach Laine
2016-12-09 23:23:53 -06:00
parent 82776e706e
commit 06e9fef801

View File

@@ -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 ()