update
This commit is contained in:
parent
8dd3a0913c
commit
2229432bf7
|
@ -1393,9 +1393,9 @@ function(dump_target_info)
|
|||
message(AUTHOR_WARNING "${__target} is not a valid CMake target!")
|
||||
continue()
|
||||
endif()
|
||||
set(__compile_options)
|
||||
set(__compile_definitions)
|
||||
set(__link_options)
|
||||
set(__compile_options "")
|
||||
set(__compile_definitions "")
|
||||
set(__link_options "")
|
||||
get_target_property(__compile_options ${__target} COMPILE_OPTIONS)
|
||||
get_target_property(__compile_definitions ${__target} COMPILE_DEFINITIONS)
|
||||
get_target_property(__link_options ${__target} LINK_OPTIONS)
|
||||
|
|
Loading…
Reference in New Issue