mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-02 03:27:56 +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)
|
project(Poco)
|
||||||
|
|
||||||
|
if(APPLE)
|
||||||
|
set(OPENSSL_ROOT_DIR /usr/local/opt/openssl)
|
||||||
|
endif()
|
||||||
|
|
||||||
file(STRINGS "${PROJECT_SOURCE_DIR}/libversion" SHARED_LIBRARY_VERSION)
|
file(STRINGS "${PROJECT_SOURCE_DIR}/libversion" SHARED_LIBRARY_VERSION)
|
||||||
# Read the version information from the VERSION file
|
# Read the version information from the VERSION file
|
||||||
file(STRINGS "${PROJECT_SOURCE_DIR}/VERSION" PACKAGE_VERSION)
|
file(STRINGS "${PROJECT_SOURCE_DIR}/VERSION" PACKAGE_VERSION)
|
||||||
|
|||||||
Reference in New Issue
Block a user