diff options
author | leak <leak@bitmx.net> | 2014-07-06 01:42:12 +0200 |
---|---|---|
committer | leak <leak@bitmx.net> | 2014-07-06 01:42:35 +0200 |
commit | da3f6e923a0cb72976d7b56ace49023ecf58ceaa (patch) | |
tree | 55c767b5f3afddc339f088f2d45a470968a8bb5d /CMakeLists.txt | |
parent | 7befb26625dd1eeb237e223296d9ed8817297025 (diff) |
Completely remove ACE as dependency for TC - kkthxbye
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7923fc33eb7..7150c9664bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) |