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 )
10
2
11
3
PROJECT (msgpack-cxx LANGUAGES CXX )
12
4
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ FUNCTION(SETUP_TARGET_FOR_COVERAGE _targetname _testrunner _outputname)
48
48
49
49
# Show info where to find the report
50
50
ADD_CUSTOM_COMMAND (TARGET ${_targetname} POST_BUILD
51
- COMMAND ;
51
+ COMMAND ${CMAKE_COMMAND} -E echo ""
52
52
COMMENT "Open ./${_outputname} /index.html in your browser to view the coverage report."
53
53
)
54
54
You can’t perform that action at this time.
0 commit comments