Skip to content

Commit

Permalink
[irods/irods#7220] Do not explicitly build against libc++
Browse files Browse the repository at this point in the history
  • Loading branch information
SwooshyCueb authored and alanking committed Mar 6, 2024
1 parent 4e80cc0 commit 05e4a97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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)
Expand Down
7 changes: 3 additions & 4 deletions irods_consortium_continuous_integration_build_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ def add_cmake_to_front_of_path():

def install_building_dependencies(externals_directory):
externals_list = [
'irods-externals-boost1.81.0-0',
'irods-externals-clang-runtime13.0.0-0',
'irods-externals-clang13.0.0-0',
'irods-externals-boost1.81.0-1',
'irods-externals-clang13.0.1-0',
'irods-externals-cmake3.21.4-0',
'irods-externals-fmt8.1.1-0',
'irods-externals-fmt8.1.1-1',
'irods-externals-json3.10.4-0'
]
if externals_directory == 'None' or externals_directory is None:
Expand Down

0 comments on commit 05e4a97

Please sign in to comment.