Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMake
CMake
Commits
965358fc
Commit
965358fc
authored
Nov 30, 2012
by
Mathias Gaunard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enable CTEST_USE_LAUNCHERS with Ninja too
parent
d5ac7913
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Modules/CTestUseLaunchers.cmake
Modules/CTestUseLaunchers.cmake
+1
-1
No files found.
Modules/CTestUseLaunchers.cmake
View file @
965358fc
...
...
@@ -35,7 +35,7 @@ if(NOT DEFINED CTEST_USE_LAUNCHERS AND DEFINED ENV{CTEST_USE_LAUNCHERS_DEFAULT})
CACHE INTERNAL
"CTEST_USE_LAUNCHERS initial value from ENV"
)
endif
()
if
(
NOT
"
${
CMAKE_GENERATOR
}
"
MATCHES
"Make"
)
if
(
NOT
"
${
CMAKE_GENERATOR
}
"
MATCHES
"Make
|Ninja
"
)
set
(
CTEST_USE_LAUNCHERS 0
)
endif
()
...
...
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