Home | History | Annotate | Download | only in cmake

Lines Matching full:cmake

1 ## Utility CMake functions.
58 # on the CMake command-line or the super-project by setting the GFLAGS_<varname>
60 # the variable is not added to the CMake cache. Otherwise it is cached.
63 # (see the CMake documentation for the macro command)
89 # (see the CMake documentation for the macro command)
152 # do as well, but CMake/CTest does not allow us to specify an
153 # expected exit status. Moreover, the execute_test.cmake script
164 -P "${PROJECT_SOURCE_DIR}/cmake/execute_test.cmake"
170 ## Register installed package with CMake
172 # This function adds an entry to the CMake registry for packages with the
174 # package is located in order to help CMake find the package in a custom
175 # installation prefix. This differs from CMake's export(PACKAGE) command
185 COMMAND reg add \"HKCU\\\\Software\\\\Kitware\\\\CMake\\\\Packages\\\\${PACKAGE_NAME}\" /v \"${REGISTRY_ENTRY}\" /d \"${CONFIG_DIR}\" /t REG_SZ /f
191 message (STATUS \"Register: Added HKEY_CURRENT_USER\\\\Software\\\\Kitware\\\\CMake\\\\Packages\\\\${PACKAGE_NAME}\\\\${REGISTRY_ENTRY}\")
201 DESTINATION "$ENV{HOME}/.cmake/packages/${PACKAGE_NAME}"