You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add more CMake variables to pass to vendor projects (#519)
* CMAKE_FIND_DEBUG_MODE: Similar to CMAKE_VERBOSE_MAKEFILE, this flag
causes CMake to generate additional console output.
* CMAKE_MODULE_PATH: Similar to CMAKE_PREFIX_PATH, this list of
directories can be used to help CMake search additional locations for
package finding modules.
Signed-off-by: Scott K Logan <[email protected]>
0 commit comments