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:
committed by
Vinnie Falco
parent
f0092321f3
commit
11e7252b28
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,6 @@
|
||||
/bin
|
||||
/bin64
|
||||
/_build*
|
||||
temp
|
||||
|
||||
# Emacs
|
||||
|
||||
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user