···48 #---Set Linker flags----------------------------------------------------------------------
49- set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -mmacosx-version-min=${MACOSX_VERSION}")
50 else (CMAKE_SYSTEM_NAME MATCHES Darwin)
51- MESSAGE(FATAL_ERROR "There is no setup for this this Apple system up to now. Don't know waht to do. Stop cmake at this point.")
52 endif (CMAKE_SYSTEM_NAME MATCHES Darwin)
53diff a/config/root-config.in b/config/root-config.in
54--- a/config/root-config.in
···48 #---Set Linker flags----------------------------------------------------------------------
49- set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -mmacosx-version-min=${MACOSX_VERSION}")
50 else (CMAKE_SYSTEM_NAME MATCHES Darwin)
51+ MESSAGE(FATAL_ERROR "There is no setup for this this Apple system up to now. Don't know what to do. Stop cmake at this point.")
52 endif (CMAKE_SYSTEM_NAME MATCHES Darwin)
53diff a/config/root-config.in b/config/root-config.in
54--- a/config/root-config.in