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
7cf8aeed
Commit
7cf8aeed
authored
Aug 12, 2005
by
Brad King
Browse files
BUG: Should use CMAKE_CFG_INTDIR instead of hard-coding IntDir.
parent
467515e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Examples/CMakeLists.txt
View file @
7cf8aeed
...
...
@@ -72,10 +72,8 @@ IF(VTK_BINARY_DIR)
# Build the examples as a separate project using a custom target.
# Make sure it uses the same build configuration as VTK.
# we must use the LCD IntDir instead of ConfigurationName which is
# only supported in VC7 and above.
IF
(
CMAKE_CONFIGURATION_TYPES
)
SET
(
VTKExamples_CONFIG_TYPE -C
"$
(IntDir)
"
)
SET
(
VTKExamples_CONFIG_TYPE -C
"
$
{
CMAKE_CFG_INTDIR
}
"
)
ELSE
(
CMAKE_CONFIGURATION_TYPES
)
SET
(
VTKExamples_CONFIG_TYPE
)
ENDIF
(
CMAKE_CONFIGURATION_TYPES
)
...
...
Write
Preview
Markdown
is supported
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