Skip to content
GitLab
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
578883ce
Commit
578883ce
authored
Jan 06, 2003
by
Bill Hoffman
Browse files
add shared path for OSF
parent
b36d6b89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/Platform/OSF1.cmake
View file @
578883ce
...
...
@@ -19,7 +19,7 @@ IF(CMAKE_SYSTEM MATCHES "OSF1-V.*")
SET
(
CMAKE_SHARED_LIBRARY_RUNTIME_CXX_FLAG
"-rpath "
)
ENDIF
(
CMAKE_COMPILER_IS_GNUCXX
)
IF
(
CMAKE_COMPILER_IS_GNUCC
)
SET
(
CMAKE_SHARED_LIBRARY_RUNTIME_
C_
FLAG
"-Wl,-rpath,"
)
SET
(
CMAKE_SHARED_LIBRARY_RUNTIME_FLAG
"-Wl,-rpath,"
)
ELSE
(
CMAKE_COMPILER_IS_GNUCC
)
SET
(
CMAKE_SHARED_LIBRARY_RUNTIME_FLAG
"-rpath "
)
ENDIF
(
CMAKE_COMPILER_IS_GNUCC
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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