diff options
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c0f72fa..8c216d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ else() endif() find_package(cJSON 1.0 REQUIRED) -find_package(OpenSSL 2.0 REQUIRED) +find_package(OpenSSL 1.0 REQUIRED) target_link_libraries(${PROJECT_NAME} PRIVATE web dynstr cjson OpenSSL::SSL) install(TARGETS ${PROJECT_NAME}) install(FILES usergen |
