Skip to content

Commit

Permalink
cmake: remove obsolete variable
Browse files Browse the repository at this point in the history
This should not have been added in commit ad4ea6c. And since
commit c642a39 this is handled by a python script anyway.

Signed-off-by: Axel Heider <[email protected]>
  • Loading branch information
Axel Heider authored and Indanz committed Apr 10, 2024
1 parent 87112d8 commit f461e0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/helpers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit f461e0f

Please sign in to comment.