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
6f00fc58
Commit
6f00fc58
authored
Feb 24, 2016
by
Brad King
Committed by
Kitware Robot
Feb 24, 2016
Browse files
Merge topic 'test-FindPackageModeMakefileTest-optionally'
c05678ad
Tests: Add option to disable FindPackageModeMakefileTest
parents
be98577f
c05678ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Tests/FindPackageModeMakefileTest/CMakeLists.txt
View file @
6f00fc58
if
(
UNIX AND
"
${
CMAKE_GENERATOR
}
"
MATCHES
"Makefile"
)
if
(
UNIX AND
"
${
CMAKE_GENERATOR
}
"
MATCHES
"Makefile"
AND
NOT CMake_TEST_NO_FindPackageModeMakefileTest
)
# Test whether the make is GNU make, and only add the test in this case,
# since the configured makefile in this test uses $(shell ...), which
...
...
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