Sign in
◑
Theme
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/master
/
.
/
Tests
/
RunCMake
/
PrintHelpers
/
VariablesReservedKeyword.cmake
blob: 76166a781b5bf5836e26285573fce2d39d3537e2 [
file
] [
edit
]
include
(
CMakePrintHelpers
)
# ALL is a reserved cmake_language(PRINT_VARIABLES) keyword; the wrapper must
# reject it up front rather than forward it.
cmake_print_variables
(
ALL
)