cmake/Tests/RunCMake/Make/MakefileConflict.cmake

6 lines
194 B
CMake
Raw Normal View History

2021-09-14 00:13:48 +02:00
add_custom_target(Custom)
# Write a file that GNU make will prefer over "Makefile"
# if 'cmake --build' does not explicitly specify it.
file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/GNUmakefile" "")