CMake: Generate panda.prc with notify-level warning when not Debug

This commit is contained in:
Sam Edwards 2020-01-07 13:11:42 -07:00
parent 4a307f9cdf
commit f75a8d03e0

View File

@ -12,6 +12,10 @@ model-path $THIS_PRC_DIR/${MODELS_PARENT_PATH}/models
win-origin -2 -2 win-origin -2 -2
win-size 800 600 win-size 800 600
# For debugging, it's nice to have notify-level at the default setting of
# "info", but everywhere else we turn the verbosity down to "warning"
$<$<CONFIG:Debug>:#>notify-level warning
# Define the display types that have been compiled in. Panda will # Define the display types that have been compiled in. Panda will
# pick one of these by going through the list in this order until one # pick one of these by going through the list in this order until one
# is found that works, unless the user specifically requests a # is found that works, unless the user specifically requests a