Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
b954757b
Commit
b954757b
authored
Aug 31, 2015
by
Robert T. McGibbon
Browse files
Silence OSX CMake RPATH warning
parent
fff798a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
CMakeLists.txt
CMakeLists.txt
+3
-0
No files found.
CMakeLists.txt
View file @
b954757b
...
...
@@ -22,6 +22,9 @@ IF( NOT PROJECT_NAME )
ENDIF
(
NOT PROJECT_NAME
)
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.8
)
if
(
"
${
CMAKE_VERSION
}
"
VERSION_GREATER
"3.0"
OR
"
${
CMAKE_VERSION
}
"
VERSION_EQUAL
"3.0"
)
CMAKE_POLICY
(
SET CMP0042 OLD
)
endif
()
#SET(CMAKE_VERBOSE_MAKEFILE 1)
...
...
Write
Preview
Markdown
is supported
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