mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Update CMakeLists.txt
Added language option.
This commit is contained in:
parent
4eb8faae8b
commit
7ba716c123
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue