[CORE] Allowing compilation with c++11
This commit is contained in:
parent
6f7a046575
commit
fc8599299e
6 changed files with 19 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue