summaryrefslogtreecommitdiffhomepage
path: root/cmake/opentrack-win32-crt.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/opentrack-win32-crt.cmake')
-rw-r--r--cmake/opentrack-win32-crt.cmake8
1 files changed, 0 insertions, 8 deletions
diff --git a/cmake/opentrack-win32-crt.cmake b/cmake/opentrack-win32-crt.cmake
deleted file mode 100644
index 85348e89..00000000
--- a/cmake/opentrack-win32-crt.cmake
+++ /dev/null
@@ -1,8 +0,0 @@
-if(MSVC)
- set(SDK_WIN32_CRT "" CACHE PATH "Path to dynamically linked CRT libraries")
- if(SDK_WIN32_CRT)
- file(GLOB crt-libs "${SDK_WIN32_CRT}/*.dll")
- install(FILES ${crt-libs} DESTINATION . ${opentrack-perms})
- install(FILES "${SDK_WIN32_CRT}/LICENSE.TXT" RENAME "MSVCRT-LICENSE.txt" DESTINATION "./${opentrack-hier-doc}/3rdparty-notices")
- endif()
-endif()