about summary refs log tree commit diff
path: root/third_party/glog/cmake/TestInitPackageConfig.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/glog/cmake/TestInitPackageConfig.cmake')
-rw-r--r--third_party/glog/cmake/TestInitPackageConfig.cmake12
1 files changed, 12 insertions, 0 deletions
diff --git a/third_party/glog/cmake/TestInitPackageConfig.cmake b/third_party/glog/cmake/TestInitPackageConfig.cmake
new file mode 100644
index 0000000000..6cb11ccf29
--- /dev/null
+++ b/third_party/glog/cmake/TestInitPackageConfig.cmake
@@ -0,0 +1,12 @@
+# Create the build directory
+execute_process (
+  COMMAND ${CMAKE_COMMAND} -E make_directory ${TEST_BINARY_DIR}
+  RESULT_VARIABLE _DIRECTORY_CREATED_SUCCEEDED
+)
+
+if (NOT _DIRECTORY_CREATED_SUCCEEDED EQUAL 0)
+  message (FATAL_ERROR "Failed to create build directory")
+endif (NOT _DIRECTORY_CREATED_SUCCEEDED EQUAL 0)
+
+file (WRITE ${INITIAL_CACHE} "${CACHEVARS}")
+