mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-10-29 17:52:44 +00:00
Update CMakeLists.txt
This commit is contained in:
committed by
stephb9959
parent
04a61e9338
commit
c7b61dfd51
@@ -2,6 +2,10 @@ cmake_minimum_required(VERSION 3.5.0)
|
||||
|
||||
project(Poco)
|
||||
|
||||
if(APPLE)
|
||||
set(OPENSSL_ROOT_DIR /usr/local/opt/openssl)
|
||||
endif()
|
||||
|
||||
file(STRINGS "${PROJECT_SOURCE_DIR}/libversion" SHARED_LIBRARY_VERSION)
|
||||
# Read the version information from the VERSION file
|
||||
file(STRINGS "${PROJECT_SOURCE_DIR}/VERSION" PACKAGE_VERSION)
|
||||
|
||||
Reference in New Issue
Block a user