cmake: remove obsolete variable

This should not have been added in commit ad4ea6cd. And since
commit c642a398 this is handled by a python script anyway.

Signed-off-by: Axel Heider <axel.heider@codasip.com>
This commit is contained in:
Axel Heider
2024-03-12 13:50:11 +01:00
committed by Indan Zupancic
parent 87112d8afb
commit f461e0fa17

View File

@@ -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()