diff --git a/cmake/modules/SetUpMacOS.cmake b/cmake/modules/SetUpMacOS.cmake index 4b5164a5608928f695892260f7c88489cf71d2c2..2c6c2f27f4787a03459b412e5b62dd1eea2b1cc7 100644 --- a/cmake/modules/SetUpMacOS.cmake +++ b/cmake/modules/SetUpMacOS.cmake @@ -1,10 +1,6 @@ set(ROOT_ARCHITECTURE macosx) set(ROOT_PLATFORM macosx) -#---This is needed to help CMake to locate the X11 headers in the correct place and not under /usr/include -set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} /usr/X11R6) -#--------------------------------------------------------------------------------------------------------- - if (CMAKE_SYSTEM_NAME MATCHES Darwin) EXECUTE_PROCESS(COMMAND sw_vers "-productVersion" COMMAND cut -d . -f 1-2