Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ned14/ntkernel-error-category.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'FixupInstall.cmake.in')
-rw-r--r--FixupInstall.cmake.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/FixupInstall.cmake.in b/FixupInstall.cmake.in
deleted file mode 100644
index c784402..0000000
--- a/FixupInstall.cmake.in
+++ /dev/null
@@ -1,6 +0,0 @@
-file(READ "@CMAKE_BINARY_DIR@/CMakeFiles/Export/lib/cmake/@PROJECT_NAME@/@PROJECT_NAME@Exports.cmake" exportfile1)
-string(REGEX REPLACE "[^ :\"(;]+::([^_]+)_(hl|sl|dl)" "\\1::\\2" exportfile2 "${exportfile1}")
-if(NOT exportfile1 STREQUAL exportfile2)
- file(WRITE "@CMAKE_BINARY_DIR@/CMakeFiles/Export/lib/cmake/@PROJECT_NAME@/@PROJECT_NAME@Exports.cmake" "${exportfile2}")
- file(WRITE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/@PROJECT_NAME@/@PROJECT_NAME@Exports.cmake" "${exportfile2}")
-endif()