this repo has no description
1
fork

Configure Feed

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

Fix CMake warning

+4
+4
src/ncurses/ncurses/CMakeLists.txt
··· 2 2 3 3 cmake_minimum_required(VERSION 2.4.0) 4 4 5 + if(COMMAND cmake_policy) 6 + cmake_policy(SET CMP0003 NEW) 7 + endif(COMMAND cmake_policy) 8 + 5 9 set(ncurses_sources 6 10 base/define_key.c 7 11 base/keybound.c