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
9b5cdbc8
Commit
9b5cdbc8
authored
Aug 21, 2005
by
Brad King
💬
Browse files
ENH: Allow user code to block loading of CMake extensions by setting VTK_NO_LOAD_CMAKE_EXTENSIONS.
parent
070c6757
Changes
1
Hide whitespace changes
Inline
Side-by-side
UseVTK.cmake.in
View file @
9b5cdbc8
...
...
@@ -31,6 +31,8 @@ IF(NOT VTK_USE_FILE_INCLUDED)
INCLUDE(${VTK_CMAKE_DIR}/vtkMakeInstantiator.cmake)
# Load VTK's CMake extension commands.
VTK_LOAD_CMAKE_EXTENSIONS(${VTK_CMAKE_EXTENSIONS_DIR})
IF(NOT VTK_NO_LOAD_CMAKE_EXTENSIONS)
VTK_LOAD_CMAKE_EXTENSIONS(${VTK_CMAKE_EXTENSIONS_DIR})
ENDIF(NOT VTK_NO_LOAD_CMAKE_EXTENSIONS)
ENDIF(NOT VTK_USE_FILE_INCLUDED)
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