diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e2d5332..1629400 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ if(NOT CMAKE_USE_PTHREADS_INIT) endif(NOT CMAKE_USE_PTHREADS_INIT) find_package(PkgConfig REQUIRED) -pkg_check_modules(UECC REQUIRED libuecc>=2) +pkg_check_modules(UECC REQUIRED libuecc>=3) find_package(NaCl REQUIRED) |