diff CMakeLists.txt @ 494:9fcdd3c9cd33

Irccd: switch to Boost.Format, closes #577
author David Demelier <markand@malikania.fr>
date Thu, 31 Aug 2017 17:02:18 +0200
parents 0b156b82b8c1
children 6ec510722582
line wrap: on
line diff
--- a/CMakeLists.txt	Tue Aug 22 14:11:28 2017 +0200
+++ b/CMakeLists.txt	Thu Aug 31 17:02:18 2017 +0200
@@ -75,7 +75,6 @@
 include(cmake/IrccdOptions.cmake)
 include(cmake/IrccdSystem.cmake)
 
-add_subdirectory(extern/fmt)
 add_subdirectory(extern/libircclient)
 add_subdirectory(extern/json)
 add_subdirectory(doc)