diff options
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-x | CMakeLists.txt | 2 |
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) | |||
19 | endif() | 19 | endif() |
20 | 20 | ||
21 | if(UNIX) | 21 | if(UNIX) |
22 | find_package(Curses REQUIRED) | 22 | find_package(Cursesw REQUIRED) |
23 | endif() | 23 | endif() |
24 | 24 | ||
25 | if(USE_NACL) | 25 | if(USE_NACL) |