Skip to content

Commit

Permalink
Hide extra build flag settings from regular view
Browse files Browse the repository at this point in the history
  • Loading branch information
ypnos committed Dec 22, 2020
1 parent 0c5feda commit ee73c48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/flags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ foreach (BUILD ${BUILDS})
if (NOT ${VAR} OR "${ISDEFAULT}")
set(${VAR} "${FLAGS_${BUILD}}" CACHE STRING
"Flags used during ${BUILD} builds." FORCE)
set_property(CACHE ${VAR} PROPERTY ADVANCED TRUE)
endif()
endforeach()
endforeach()
Expand Down

0 comments on commit ee73c48

Please sign in to comment.