mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 09:55:19 +00:00
Fix typo spotted by @arrowd
This commit is contained in:
parent
017e9a2461
commit
d12b558bea
|
@ -21,7 +21,7 @@ endif()
|
||||||
if (NOT (EXISTS "${CMAKE_SOURCE_DIR}/src/CMakeLists.txt"))
|
if (NOT (EXISTS "${CMAKE_SOURCE_DIR}/src/CMakeLists.txt"))
|
||||||
message(FATAL_ERROR "Cannot find \"${CMAKE_SOURCE_DIR}/src/CMakeLists.txt\""
|
message(FATAL_ERROR "Cannot find \"${CMAKE_SOURCE_DIR}/src/CMakeLists.txt\""
|
||||||
". This probably means you need to run"
|
". This probably means you need to run"
|
||||||
"``python contrib/cmake/boostrap.py create``")
|
"``python contrib/cmake/bootstrap.py create``")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# This overrides the default flags for the different CMAKE_BUILD_TYPEs
|
# This overrides the default flags for the different CMAKE_BUILD_TYPEs
|
||||||
|
|
Loading…
Reference in a new issue