Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
5a97523b
Commit
5a97523b
authored
Jun 12, 2015
by
Lynn Garren
Browse files
set policy for CMP0042
parent
a71be94a
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
5a97523b
...
...
@@ -33,6 +33,12 @@ cmake_minimum_required(VERSION 2.6)
project
(
CLHEP
)
set
(
VERSION 2.2.0.7
)
# If Policy CMP0042 exists, use OLD to prefer the use of install names
# instead of the new @rpath default.
if
(
POLICY CMP0042
)
cmake_policy
(
SET CMP0042 OLD
)
endif
()
set
(
CMAKE_MODULE_PATH
${
CMAKE_CURRENT_SOURCE_DIR
}
/cmake/Modules
${
CMAKE_MODULE_PATH
}
...
...
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