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
0eb9c01f
Commit
0eb9c01f
authored
Sep 23, 2004
by
Bill Hoffman
Browse files
ENH: make sure cmake has 2.0
parent
47c82a38
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
0eb9c01f
PROJECT
(
CMake
)
CMAKE_MINIMUM_REQUIRED
(
VERSION
1.8
)
CMAKE_MINIMUM_REQUIRED
(
VERSION
2.0
)
MARK_AS_ADVANCED
(
CMAKE_BACKWARDS_COMPATIBILITY
)
# The CMake version number.
...
...
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