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 /dep/CMakeLists.txt | |
parent | 7befb26625dd1eeb237e223296d9ed8817297025 (diff) |
Completely remove ACE as dependency for TC - kkthxbye
Diffstat (limited to 'dep/CMakeLists.txt')
-rw-r--r-- | dep/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dep/CMakeLists.txt b/dep/CMakeLists.txt index 35b3ead1f2d..3b3be7e1551 100644 --- a/dep/CMakeLists.txt +++ b/dep/CMakeLists.txt @@ -21,7 +21,6 @@ if(CMAKE_SYSTEM_NAME MATCHES "Linux") endif() if(CMAKE_SYSTEM_NAME MATCHES "Windows") - add_subdirectory(acelite) if(USE_MYSQL_SOURCES) add_subdirectory(mysqllite) endif() |