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
Christian Butz
VTK
Commits
adf36884
Commit
adf36884
authored
Mar 28, 2005
by
Kenneth Moreland
Browse files
COMP: CMake 1.X does not support INCLUDE(module).
parent
d4486770
Changes
1
Hide whitespace changes
Inline
Side-by-side
Rendering/CMakeLists.txt
View file @
adf36884
...
...
@@ -243,7 +243,7 @@ ELSE (WIN32)
IF
(
APPLE
)
SET
(
VTK_USE_APPLE_LOADER 1
)
ELSE
(
APPLE
)
INCLUDE
(
CheckFunctionExists
)
INCLUDE
(
${
CMAKE_ROOT
}
/Modules/
CheckFunctionExists
.cmake
)
SET
(
VTK_SAVE_CMAKE_REQUIRED_LIBRARIES
"
${
CMAKE_REQUIRED_LIBRARIES
}
"
)
SET
(
CMAKE_REQUIRED_LIBRARIES
"
${
OPENGL_LIBRARIES
}
;
${
CMAKE_REQUIRED_LIBRARIES
}
"
)
CHECK_FUNCTION_EXISTS
(
glXGetProcAddressARB VTK_USE_GLX_GET_PROC_ADDRESS_ARB
)
...
...
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