this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update requirement to CMake 3.12.0

+1 -1
+1 -1
src/CMakeLists.txt
··· 3 3 unset(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES) 4 4 unset(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES) 5 5 6 - cmake_minimum_required(VERSION 2.4.0) 6 + cmake_minimum_required(VERSION 3.12.0) 7 7 cmake_policy(SET CMP0005 NEW) 8 8 9 9 set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")