mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
[CMake] typos in cmake
This commit is contained in:
parent
7386f2e045
commit
9874db7458
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ set(generated_files
|
|||
# Sanity check
|
||||
foreach (gen_file ${generated_files})
|
||||
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})
|
||||
endif()
|
||||
endforeach()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue