Skip to content

Commit d1b89e8

Browse files
author
ayla
committed
Add missing build tools.
1 parent a88c299 commit d1b89e8

File tree

496 files changed

+199919
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

496 files changed

+199919
-2
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ bjam*
33
bootstrap.log
44
tools/build/v2/engine/bin.*
55
tools/build/v2/engine/bootstrap
6-
tools/build/src

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ if(BUILD_PYTHON)
6161
endif()
6262
include(${SCI_PYTHON_USE_FILE})
6363
else()
64-
message(FATAL_ERROR "Python library is required to compile Boost when BUILD_PYTHON is on.")
64+
message(FATAL_ERROR "Python library is required to compile Boost when BUILD_PYTHON is on.")
6565
endif()
6666
endif()
6767

0 commit comments

Comments
 (0)