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
CMake
CMake
Commits
67d336ec
Commit
67d336ec
authored
Aug 02, 2005
by
Andy Cedilnik
Browse files
ENH: change name from XCode to Xcode no need to test bootstrap for xcode
parent
233a679b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/CMakeLists.txt
View file @
67d336ec
...
...
@@ -839,7 +839,7 @@ IF(BUILD_TESTING)
IF
(
"
${
CMAKE_GENERATOR
}
"
MATCHES Xcode
)
SET
(
CMAKE_SKIP_BOOTSTRAP_TEST 1
)
ENDIF
(
"
${
CMAKE_GENERATOR
}
"
MATCHES X
C
ode
)
ENDIF
(
"
${
CMAKE_GENERATOR
}
"
MATCHES X
c
ode
)
IF
(
EXISTS
"
${
CMAKE_BINARY_DIR
}
/CMakeLists.txt"
)
# If there is CMakeLists.txt in the binary tree, assume in-source build
SET
(
CMAKE_SKIP_BOOTSTRAP_TEST 1
)
...
...
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