Update CMakeLists.txt

Added language option.
This commit is contained in:
Dilawar Singh 2017-12-26 15:58:07 +05:30 committed by GitHub
parent 4eb8faae8b
commit 7ba716c123
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,5 @@
cmake_minimum_required(VERSION 2.6)
project(nnn)
# not using cmake_cxx_compiler.
set(CMAKE_CXX_COMPILER "")
project(nnn C)
# find curses
find_path( CURSES_INCLUDE_PATH NAMES curses.h )