Skip to content

Instantly share code, notes, and snippets.

@pgp
Created November 13, 2019 15:10
Show Gist options
  • Save pgp/9e23450cbbba9825a70c4e9258d5148f to your computer and use it in GitHub Desktop.
Save pgp/9e23450cbbba9825a70c4e9258d5148f to your computer and use it in GitHub Desktop.
get_cmake_property(_variableNames VARIABLES)
list (SORT _variableNames)
foreach (_variableName ${_variableNames})
message(STATUS "${_variableName}=${${_variableName}}")
endforeach()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment