Update cmake

pull/125/head
sunnycase 2020-06-01 11:05:50 +08:00
parent 6c35406004
commit ff18b2fbf9
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
macro(global_set Name Value)
# message("set ${Name} to " ${ARGN})
set(${Name} "${Value}" CACHE STRING "NoDesc" FORCE)
set(${Name} "${Value}")
endmacro()
macro(condition_set Name Value)