summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-xCMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 815616a7..132357de 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,7 +19,7 @@ if(APPLE)
19endif() 19endif()
20 20
21if(UNIX) 21if(UNIX)
22 find_package(Curses REQUIRED) 22 find_package(Cursesw REQUIRED)
23endif() 23endif()
24 24
25if(USE_NACL) 25if(USE_NACL)