mirror of
https://github.com/ttroy50/cmake-examples.git
synced 2025-12-18 12:14:36 +03:00
update some examples to require cmake v3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
cmake_minimum_required (VERSION 2.6)
|
||||
cmake_minimum_required (VERSION 3.0)
|
||||
|
||||
project(cppcheck_analysis)
|
||||
|
||||
@@ -23,4 +23,4 @@ if( CPPCHECK_FOUND )
|
||||
ADD_DEPENDENCIES(analysis ${ALL_ANALYSIS_TARGETS})
|
||||
set_target_properties(analysis PROPERTIES EXCLUDE_FROM_ALL TRUE)
|
||||
message("analysis analysis targets are ${ALL_ANALYSIS_TARGETS}")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user