Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
c9eaf386
Commit
c9eaf386
authored
Aug 26, 2004
by
Bill Hoffman
Browse files
hack to try and fix sun platform
parent
419df21c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/Platform/SunOS.cmake
View file @
c9eaf386
...
...
@@ -42,7 +42,9 @@ IF(CMAKE_COMPILER_IS_GNUCXX)
# Take default rule from CMakeDefaultMakeRuleVariables.cmake.
ENDIF
(
CMAKE_COMPILER_IS_GNUCC
)
ELSE
(
CMAKE_COMPILER_IS_GNUCXX
)
SET
(
CMAKE_CXX_CREATE_STATIC_LIBRARY
IF
(
CMAKE_CXX_COMPILER
)
SET
(
CMAKE_CXX_CREATE_STATIC_LIBRARY
"<CMAKE_CXX_COMPILER> -xar -o <TARGET> <OBJECTS> "
"<CMAKE_RANLIB> <TARGET> "
)
ENDIF
(
CMAKE_CXX_COMPILER
)
ENDIF
(
CMAKE_COMPILER_IS_GNUCXX
)
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