CMake: generalize start build message

this should work for all generators on all systems
This commit is contained in:
Markus Reitboeck
2019-04-11 23:38:52 +02:00
committed by wmayer
parent b83769e066
commit 8e8c6dfac0

View File

@@ -1514,8 +1514,6 @@ if(MSVC)
endif()
# Print message to start build process
if (${CMAKE_BUILD_TOOL} MATCHES "make")
message("=======================================\n"
"Now run 'make' to build ${PROJECT_NAME}\n"
"=======================================\n")
endif()
message("=================================================\n"
"Now run 'cmake --build ${CMAKE_BINARY_DIR}' to build ${PROJECT_NAME}\n"
"=================================================\n")