From b949bae5b2c325388e6eb9cb2f207501f072dccc Mon Sep 17 00:00:00 2001 From: "Markus Kitsinger (SwooshyCueb)" Date: Wed, 14 Feb 2024 17:26:19 -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 dca6fe4..f71c8f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,6 @@ project(irods_capability-storage_tiering include(${IRODS_TARGETS_PATH}) include(GNUInstallDirs) -include(UseLibCXX) if (NOT CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE Release CACHE STRING "Choose the type of build {Debug, Release}." FORCE)