mirror of
https://github.com/QuasarApp/backward-cpp.git
synced 2025-05-05 06:19:37 +00:00
Mark most cache values as advanced
To avoid confusion, hide some configuration value from the normal user.
This commit is contained in:
parent
4ec0cf052b
commit
f859367aec
@ -101,6 +101,8 @@ macro(add_backward target)
|
|||||||
set_property(TARGET ${target} APPEND PROPERTY LINK_LIBRARIES ${BACKWARD_LIBRARIES})
|
set_property(TARGET ${target} APPEND PROPERTY LINK_LIBRARIES ${BACKWARD_LIBRARIES})
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|
||||||
|
mark_as_advanced(BACKWARD_INCLUDE_DIR BACKWARD_DEFINITIONS BACKWARD_LIBRARIES)
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# TESTS
|
# TESTS
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user