File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 1- if (${CMAKE_VERSION} VERSION_GREATER "3.4" )
2- CMAKE_MINIMUM_REQUIRED (VERSION 3.5)
3- else ()
4- CMAKE_MINIMUM_REQUIRED (VERSION 2.8.12)
5- IF ((CMAKE_VERSION VERSION_GREATER 3.1) OR
6- (CMAKE_VERSION VERSION_EQUAL 3.1))
7- CMAKE_POLICY (SET CMP0054 NEW)
8- ENDIF ()
9- endif ()
1+ CMAKE_MINIMUM_REQUIRED (VERSION 3.5...4.0)
102
113PROJECT (msgpack-cxx LANGUAGES CXX)
124
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ FUNCTION(SETUP_TARGET_FOR_COVERAGE _targetname _testrunner _outputname)
4848
4949 # Show info where to find the report
5050 ADD_CUSTOM_COMMAND (TARGET ${_targetname} POST_BUILD
51- COMMAND ;
51+ COMMAND ${CMAKE_COMMAND} -E echo ""
5252 COMMENT "Open ./${_outputname} /index.html in your browser to view the coverage report."
5353 )
5454
You can’t perform that action at this time.
0 commit comments