diff --git a/CMakeLists.txt b/CMakeLists.txt index 556b094..7af4603 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,6 @@ endif() set(CMAKE_EXPORT_COMPILE_COMMANDS TRUE) include(GNUInstallDirs) -include(UseLibCXX) find_package(nlohmann_json "3.6.1" REQUIRED) find_package(fmt "8.1.1"