2
0
mirror of https://github.com/boostorg/json.git synced 2026-01-19 04:12:14 +00:00

Ignore additional CMake build directories (e.g. _build32, _build64)

This commit is contained in:
Mateusz Łoskot
2020-03-12 23:48:35 +01:00
committed by Vinnie Falco
parent f0092321f3
commit 11e7252b28
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
/bin
/bin64
/_build*
temp
# Emacs

View File

@@ -64,7 +64,7 @@ elseif(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
# Building as root project, out of Boost superproject tree, with Boost as dependency.
# e.g. on Travis or other CI, or when producing Visual Studio Solution and Projects.
#
if(${CMAKE_VERSION} VERSION_LESS 3.15)
if(${CMAKE_VERSION} VERSION_LESS 3.16)
message(FATAL_ERROR "Boost.JSON development requires CMake 3.16 or newer.")
endif()