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()