From 882b57fe0c65e98e4eee87a1f7fecc78ae15a413 Mon Sep 17 00:00:00 2001 From: "Markus Kitsinger (SwooshyCueb)" Date: Wed, 14 Feb 2024 17:33:51 -0500 Subject: [PATCH] [irods/irods_7220] Do not explicitly build against libc++ --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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"