Core/Build: Force minimum ACE (5.8.3) and OpenSSL (1.0.0) version detection

Core/Build: Do not ignore command line cmake options: ACE_INCLUDE_DIR, ACE_LIBRARY and OPENSSL_INCLUDE_DIR
This commit is contained in:
Spp
2013-08-28 15:44:06 +02:00
parent 7135abf3a0
commit 3e2e210890
3 changed files with 112 additions and 43 deletions

View File

@@ -48,6 +48,9 @@ endif()
include(CheckPlatform)
# basic packagesearching and setup (further support will be needed, this is a preliminary release!)
set(OPENSSL_EXPECTED_VERSION 1.0.0)
set(ACE_EXPECTED_VERSION 5.8.3)
find_package(PCHSupport)
find_package(ACE REQUIRED)
find_package(OpenSSL REQUIRED)