mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +00:00
[CMake] typos in cmake
This commit is contained in:
parent
7386f2e045
commit
9874db7458
|
@ -7,7 +7,7 @@ set(generated_files
|
||||||
# Sanity check
|
# Sanity check
|
||||||
foreach (gen_file ${generated_files})
|
foreach (gen_file ${generated_files})
|
||||||
if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/${gen_file}")
|
if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/${gen_file}")
|
||||||
message(FATAL_ERROR "\"${CMAKE_CURRENT_SOURCE_DIR}/${gen_files}\""
|
message(FATAL_ERROR "\"${CMAKE_CURRENT_SOURCE_DIR}/${gen_file}\""
|
||||||
${z3_polluted_tree_msg})
|
${z3_polluted_tree_msg})
|
||||||
endif()
|
endif()
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# for other components then we should refactor this code into
|
# for other components then we should refactor this code into
|
||||||
# z3_add_component()
|
# z3_add_component()
|
||||||
if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/database.h")
|
if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/database.h")
|
||||||
message(FATAL_ERROR "The generated file \"database.h\""
|
message(FATAL_ERROR "The generated file \"${CMAKE_CURRENT_SOURCE_DIR}/database.h\""
|
||||||
${z3_polluted_tree_msg})
|
${z3_polluted_tree_msg})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue