forked from Imagelibrary/seL4
cmake: remove obsolete variable
This should not have been added in commitad4ea6cd. And since commitc642a398this is handled by a python script anyway. Signed-off-by: Axel Heider <axel.heider@codasip.com>
This commit is contained in:
committed by
Indan Zupancic
parent
87112d8afb
commit
f461e0fa17
@@ -297,7 +297,6 @@ endfunction(config_option)
|
||||
# configuration headers.
|
||||
macro(config_set optionname configname value)
|
||||
set(${optionname} "${value}" CACHE INTERNAL "" FORCE)
|
||||
set(c_define "CONFIG_${configname}")
|
||||
if("${value}" STREQUAL "OFF")
|
||||
cfg_str_add_disabled(configure_string ${configname})
|
||||
else()
|
||||
|
||||
Reference in New Issue
Block a user