mirror of
https://github.com/Z3Prover/z3
synced 2025-06-21 05:13:39 +00:00
cmake: remove old directive
This commit is contained in:
parent
f00697cf95
commit
c4d9754eef
1 changed files with 0 additions and 1 deletions
|
@ -189,7 +189,6 @@ endif()
|
||||||
# Note for some reason we have to leave off ``-D`` here otherwise
|
# Note for some reason we have to leave off ``-D`` here otherwise
|
||||||
# we get ``-D-DZ3DEBUG`` passed to the compiler
|
# we get ``-D-DZ3DEBUG`` passed to the compiler
|
||||||
list(APPEND Z3_COMPONENT_CXX_DEFINES $<$<CONFIG:Debug>:Z3DEBUG>)
|
list(APPEND Z3_COMPONENT_CXX_DEFINES $<$<CONFIG:Debug>:Z3DEBUG>)
|
||||||
list(APPEND Z3_COMPONENT_CXX_DEFINES $<$<CONFIG:Debug>:LEAN_DEBUG>)
|
|
||||||
list(APPEND Z3_COMPONENT_CXX_DEFINES $<$<CONFIG:Release>:_EXTERNAL_RELEASE>)
|
list(APPEND Z3_COMPONENT_CXX_DEFINES $<$<CONFIG:Release>:_EXTERNAL_RELEASE>)
|
||||||
list(APPEND Z3_COMPONENT_CXX_DEFINES $<$<CONFIG:RelWithDebInfo>:_EXTERNAL_RELEASE>)
|
list(APPEND Z3_COMPONENT_CXX_DEFINES $<$<CONFIG:RelWithDebInfo>:_EXTERNAL_RELEASE>)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue