[CORE] Allowing compilation with c++11

This commit is contained in:
Yehonal
2016-08-10 12:39:25 +02:00
parent 6f7a046575
commit fc8599299e
6 changed files with 19 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ 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)
set(ACE_EXPECTED_VERSION 6.0.3)
find_package(PCHSupport)
find_package(ACE REQUIRED)