Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Pitiot
CGoGN
Commits
9e1bec20
Commit
9e1bec20
authored
Jan 26, 2015
by
Sylvain Thery
Browse files
remove cmake policy error with 2.8
parent
a6a88919
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
9e1bec20
cmake_minimum_required
(
VERSION 2.8
)
project
(
CGoGN
)
cmake_policy
(
SET CMP0042 NEW
)
# rpath new policy
#
cmake_policy(SET CMP0042 NEW) # rpath new policy
#SET ( CMAKE_VERBOSE_MAKEFILE 1 )
...
...
ThirdParty/CMakeLists.txt
View file @
9e1bec20
cmake_minimum_required
(
VERSION 2.8
)
project
(
CGoGN_ThirdParty
)
cmake_policy
(
SET CMP0042 NEW
)
# rpath new policy
#
cmake_policy(SET CMP0042 NEW) # rpath new policy
SET
(
CGoGN_ROOT_DIR
${
CMAKE_SOURCE_DIR
}
/..
)
...
...
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