Always include CMakeDependentOption
This commit is contained in:
parent
da6c5c0024
commit
46e404f572
@ -46,7 +46,9 @@ def autogenerated_notice():
|
||||
|
||||
|
||||
def gen_cmake_options_wrappers():
|
||||
s = """\n# Macro for printing an option in a consistent manner
|
||||
s = """\n# Options handling utilities
|
||||
include(CMakeDependentOption)
|
||||
# Macro for printing an option in a consistent manner
|
||||
# Written by Lori A. Burns (@loriab) and Ryan M. Richard (@ryanmrichard)
|
||||
# Syntax: print_option(<option to print> <was specified>)
|
||||
macro(print_option variable default)
|
||||
|
Loading…
x
Reference in New Issue
Block a user