mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Tests/RunCMake/CMP0187: Remove irrelevant comments
Avoid commenting on `ninja` flags we're not using.
This commit is contained in:
@@ -6,7 +6,6 @@ block()
|
||||
|
||||
if(RunCMake_GENERATOR MATCHES "Ninja.*")
|
||||
set(RunCMake_TEST_NO_CLEAN 1)
|
||||
# -n: dry-run to avoid actually compiling, -v: verbose to capture executed command
|
||||
run_cmake_command(CMP0187-NEW-build ${CMAKE_COMMAND} --build .)
|
||||
endif()
|
||||
endblock()
|
||||
@@ -17,7 +16,6 @@ block()
|
||||
|
||||
if(RunCMake_GENERATOR MATCHES "Ninja.*")
|
||||
set(RunCMake_TEST_NO_CLEAN 1)
|
||||
# -n: dry-run to avoid actually compiling, -v: verbose to capture executed command
|
||||
run_cmake_command(CMP0187-OLD-build ${CMAKE_COMMAND} --build .)
|
||||
endif()
|
||||
endblock()
|
||||
@@ -28,7 +26,6 @@ block()
|
||||
|
||||
if(RunCMake_GENERATOR MATCHES "Ninja.*")
|
||||
set(RunCMake_TEST_NO_CLEAN 1)
|
||||
# -n: dry-run to avoid actually compiling, -v: verbose to capture executed command
|
||||
run_cmake_command(CMP0187-NEW-CMP0115-OLD-build ${CMAKE_COMMAND} --build .)
|
||||
endif()
|
||||
endblock()
|
||||
|
||||
Reference in New Issue
Block a user