Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
e4ff348d
Commit
e4ff348d
authored
Apr 20, 2009
by
Thomas Feuvrier
Browse files
ENH: Add IF(Win32 AND NOT UNIX) for .lib and .dll installation commands files
parent
3984f373
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
e4ff348d
...
...
@@ -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"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment