aboutsummaryrefslogtreecommitdiffstats
path: root/science/geant4/files/patch-CMakeLists.txt
blob: 854db2dae20a378275cc9d5e11b6ca9ee48c0b94 (plain) (blame)
1
2
3
4
5
6
7
8
--- CMakeLists.txt.orig	2023-12-10 14:44:52 UTC
+++ CMakeLists.txt
@@ -48,3 +48,5 @@ set(CMAKE_MODULE_PATH
 #
 include(G4CMakeMain)
 
+find_library(EXECINFO NAMES execinfo)
+target_link_libraries(G4run PUBLIC ${EXECINFO})