Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
96a5748d
Commit
96a5748d
authored
Jan 02, 2004
by
Ken Martin
Browse files
update to use Cmake1.8 and version 4 5
parent
6e8db005
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
96a5748d
...
...
@@ -872,5 +872,5 @@ INCLUDE(${VTK_SOURCE_DIR}/LocalUserOptions.cmake OPTIONAL)
ELSE
(
"
${
CMAKE_MAJOR_VERSION
}
.
${
CMAKE_MINOR_VERSION
}
"
GREATER 1.7
)
MESSAGE
(
SEND_ERROR
"This version of CMake is too old to build VTK. "
"Please upgrade to CMake 1.
6
."
)
"Please upgrade to CMake 1.
8
."
)
ENDIF
(
"
${
CMAKE_MAJOR_VERSION
}
.
${
CMAKE_MINOR_VERSION
}
"
GREATER 1.7
)
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