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
VTK
VTK
Commits
06d551f6
Commit
06d551f6
authored
May 21, 2003
by
Bill Hoffman
Browse files
BUG: fix set result to 0
parent
c54ae70e
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMake/vtkCompileCMakeExtensions.cmake
View file @
06d551f6
...
...
@@ -10,7 +10,6 @@ MACRO(VTK_COMPILE_CMAKE_EXTENSIONS source_dir build_dir result_var)
TRY_COMPILE
(
"
${
result_var
}
"
"
${
build_dir
}
"
"
${
source_dir
}
"
VTK_LOADED_COMMANDS
OUTPUT_VARIABLE VTK_COMPILE_CMAKE_EXTENSIONS_OUTPUT
)
SET
(
${
result_var
}
0
)
IF
(
"
${
result_var
}
"
)
MESSAGE
(
STATUS
"Compiling VTK CMake commands - done"
)
ELSE
(
"
${
result_var
}
"
)
...
...
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