IAP GITLAB

Skip to content
Snippets Groups Projects
Commit e623e3ed authored by Ralf Ulrich's avatar Ralf Ulrich
Browse files

Merge branch '428-libstdc-11-not-available-on-macos' into 'master'

Resolve "libstdc++11 not available on MacOS"

Closes #428

See merge request AirShowerPhysics/corsika!377
parents a2e2bd26 c088aa7c
No related branches found
No related tags found
No related merge requests found
......@@ -106,11 +106,14 @@ include (conan) # self-provided in 'cmake' directory
#
# download and build all dependencies
message (STATUS "Installing dependencies from Conan (this may take some time)...")
if(NOT APPLE)
set(SETTINGS compiler.libcxx=libstdc++11) # not available on MacOS
endif()
conan_cmake_run (CONANFILE conanfile.txt
BASIC_SETUP CMAKE_TARGETS
BUILD missing
BUILD_TYPE "Release"
SETTINGS compiler.libcxx=libstdc++11)
SETTINGS ${SETTINGS})
#
# add cnpy temporarily. As long as SaveBoostHistogram does not save to parquet directly
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment