Skip to content
Snippets Groups Projects
Commit e4ff348d authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

ENH: Add IF(Win32 AND NOT UNIX) for .lib and .dll installation commands files

parent 3984f373
Branches
Tags
No related merge requests found
......@@ -899,6 +899,8 @@ SET(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} ${OTB_REQUIRED_LINK_
OPTION(OTB_USE_CPACK "Generate installer using CPack" OFF)
MARK_AS_ADVANCED(OTB_USE_CPACK)
IF(OTB_USE_CPACK)
INCLUDE(InstallRequiredSystemLibraries)
SET(CPACK_PACKAGE_NAME "OTB" CACHE STRING "Package name")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment