From a4f2a1e4a8bcfdec6b66c07bb489a97a3f970ec6 Mon Sep 17 00:00:00 2001 From: mordred Date: Fri, 26 Oct 2018 13:40:39 +0200 Subject: [PATCH] Disabled cotire for a test --- deps/datReader/CMakeLists.txt | 2 +- deps/mysqlConnector/CMakeLists.txt | 2 +- src/servers/sapphire_lobby/CMakeLists.txt | 2 +- src/servers/sapphire_zone/CMakeLists.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deps/datReader/CMakeLists.txt b/deps/datReader/CMakeLists.txt index 8adc27e7..41b4b462 100644 --- a/deps/datReader/CMakeLists.txt +++ b/deps/datReader/CMakeLists.txt @@ -23,4 +23,4 @@ else() target_link_libraries( xivdat PUBLIC zlib1 ) endif() target_include_directories( xivdat PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} ) -cotire( xivdat ) +#cotire( xivdat ) diff --git a/deps/mysqlConnector/CMakeLists.txt b/deps/mysqlConnector/CMakeLists.txt index 3c8d0fe9..e3a7ee43 100644 --- a/deps/mysqlConnector/CMakeLists.txt +++ b/deps/mysqlConnector/CMakeLists.txt @@ -22,4 +22,4 @@ if(UNIX) else() target_include_directories( mysqlConnector PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/../MySQL/" ) endif() -cotire(mysqlConnector) +#cotire(mysqlConnector) diff --git a/src/servers/sapphire_lobby/CMakeLists.txt b/src/servers/sapphire_lobby/CMakeLists.txt index 4a919996..2164c586 100644 --- a/src/servers/sapphire_lobby/CMakeLists.txt +++ b/src/servers/sapphire_lobby/CMakeLists.txt @@ -25,4 +25,4 @@ target_link_libraries( sapphire_lobby common stdc++fs ) -cotire( sapphire_lobby ) + #cotire( sapphire_lobby ) diff --git a/src/servers/sapphire_zone/CMakeLists.txt b/src/servers/sapphire_zone/CMakeLists.txt index 20a19b66..895490ce 100644 --- a/src/servers/sapphire_zone/CMakeLists.txt +++ b/src/servers/sapphire_zone/CMakeLists.txt @@ -41,5 +41,5 @@ target_include_directories( sapphire_zone PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}" ) if (UNIX) - cotire( sapphire_zone ) + # cotire( sapphire_zone ) endif()