We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d4513 commit 08e760eCopy full SHA for 08e760e
CMakeLists.txt
@@ -45,4 +45,8 @@ else()
45
set_target_properties(_ext PROPERTIES INSTALL_RPATH "$ORIGIN/lib")
46
endif()
47
48
+if (MSVC AND FASTJET_ENABLE_CGAL)
49
+ message("-- Copying ${GMP_DLL_TO_COPY} to project area!")
50
+ install(FILES ${GMP_DLL_TO_COPY} DESTINATION ${CMAKE_INSTALL_PREFIX})
51
+endif()
52
install(TARGETS _ext LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX})
0 commit comments