···4848 #---Set Linker flags----------------------------------------------------------------------
4949- set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -mmacosx-version-min=${MACOSX_VERSION}")
5050 else (CMAKE_SYSTEM_NAME MATCHES Darwin)
5151- 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.")
5151+ 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.")
5252 endif (CMAKE_SYSTEM_NAME MATCHES Darwin)
5353diff a/config/root-config.in b/config/root-config.in
5454--- a/config/root-config.in