Skip to content

Commit

Permalink
Add links to error message
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasDuswald committed Nov 21, 2023
1 parent c0cb684 commit e8d1306
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cmake/external/ROOT.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ if(APPLE)
if("${XCODE_ERROR}" STREQUAL "")
message(STATUS "##### XCODE is installed")
else()
message(FATAL_ERROR "##### XCODE is not installed correctly. Please install XCODE (and then the command line tools). Consult issue #352 and the documentation")
message(FATAL_ERROR "##### XCODE is not installed correctly. "
"Please install XCODE (and then the command line tools). "
"Consult the documentation (https://biodynamo.github.io/docs/userguide/prerequisites/#macos) "
"and issue #352 (https://github.com/BioDynaMo/biodynamo/issues/352).")
endif()
# Determine XCDOE version
execute_process(COMMAND bash "-c" "xcodebuild -version | sed -En 's/Xcode[[:space:]]+([0-9\.]*)/\\1/p'" OUTPUT_VARIABLE XCODE_VERS)
Expand Down

0 comments on commit e8d1306

Please sign in to comment.