Completely remove ACE as dependency for TC - kkthxbye

This commit is contained in:
leak
2014-07-06 01:42:12 +02:00
parent 7befb26625
commit da3f6e923a
1452 changed files with 4 additions and 347484 deletions

View File

@@ -49,10 +49,8 @@ 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)
find_package(Threads REQUIRED)