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, 0 insertions, 12 deletions
diff --git a/third_party/glog/cmake/TestInitPackageConfig.cmake b/third_party/glog/cmake/TestInitPackageConfig.cmake
deleted file mode 100644
index 6cb11ccf29..0000000000
--- a/third_party/glog/cmake/TestInitPackageConfig.cmake
+++ /dev/null
@@ -1,12 +0,0 @@
-# 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}")
-