From 1d9a21c5d1b95b96d467cd661fc91621ef6ba7b1 Mon Sep 17 00:00:00 2001 From: Javier Galan Date: Tue, 24 May 2022 17:55:25 +0200 Subject: [PATCH] CMakeLists.txt adding std++fs linking --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e3ca6db53..1bf745da4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -80,7 +80,7 @@ find_package(ROOT REQUIRED COMPONENTS ${ROOT_REQUIRED_LIBRARIES}) message(STATUS "ROOT LIBRARIES: ${ROOT_LIBRARIES}") -set(external_libs "${external_libs};${ROOT_LIBRARIES}") +set(external_libs "${external_libs};${ROOT_LIBRARIES};stdc++fs") set(ROOTCINT_EXECUTABLE ${ROOT_rootcint_CMD})