Skip to content
Snippets Groups Projects
Commit 6f00fc58 authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'test-FindPackageModeMakefileTest-optionally'

c05678ad Tests: Add option to disable FindPackageModeMakefileTest
parents be98577f c05678ad
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment