File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44## Global CMake options ##
55
6- cmake_minimum_required (VERSION 3.1 )
6+ cmake_minimum_required (VERSION 3.5 )
77
88set (CMAKE_C_STANDARD 99)
99set (CMAKE_C_STANDARD_REQUIRED ON )
Original file line number Diff line number Diff line change 3737#===============================================================================
3838
3939# We use INTERFACE libraries, which are only supported in 3.x
40- cmake_minimum_required (VERSION 3.1 )
40+ cmake_minimum_required (VERSION 3.5 )
4141
4242# These two are used to automatically find the root and include directories.
4343set (_TBB_INCLUDE_SUBDIR "include" )
Original file line number Diff line number Diff line change 33
44## Global settings ##
55
6- cmake_minimum_required (VERSION 3.1 )
6+ cmake_minimum_required (VERSION 3.5 )
77
88set (CMAKE_MODULE_PATH
99 ${CMAKE_MODULE_PATH}
You can’t perform that action at this time.
0 commit comments