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
Backofen, Rainer
amdis
Commits
24afe720
Commit
24afe720
authored
Aug 04, 2014
by
Naumann, Andreas
Browse files
macos for cmake 3.0
parent
6f0369f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/CMakeLists.txt
View file @
24afe720
...
...
@@ -2,7 +2,10 @@ project(AMDIS)
cmake_minimum_required
(
VERSION 2.6
)
cmake_policy
(
SET CMP0017 OLD
)
if
(
POLICY CMP0042
)
cmake_policy
(
SET CMP0042 NEW
)
endif
()
SET
(
LIB_DIR
${
AMDIS_SOURCE_DIR
}
/lib
)
SET
(
SOURCE_DIR
${
AMDIS_SOURCE_DIR
}
/src
)
...
...
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