mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +08:00
14 lines
476 B
Diff
14 lines
476 B
Diff
openmp/tools/Modules/CMakeLists.txt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/openmp/tools/Modules/CMakeLists.txt b/openmp/tools/Modules/CMakeLists.txt
|
|
index 22d818eea72d..75aacc4468d4 100644
|
|
--- a/openmp/tools/Modules/CMakeLists.txt
|
|
+++ b/openmp/tools/Modules/CMakeLists.txt
|
|
@@ -12,4 +12,4 @@
|
|
|
|
|
|
install(FILES "FindOpenMPTarget.cmake"
|
|
- DESTINATION "${OPENMP_INSTALL_LIBDIR}/cmake/openmp")
|
|
+ DESTINATION "share/openmp")
|