diff --git a/lib/Interpreter/CMakeLists.txt b/lib/Interpreter/CMakeLists.txt index e397da97f6..508753c21e 100644 --- a/lib/Interpreter/CMakeLists.txt +++ b/lib/Interpreter/CMakeLists.txt @@ -237,7 +237,7 @@ if (UNIX) endif() endif() elseif (APPLE) - set(CLING_CXX_PATH_ARGS "-isysroot;${CMAKE_OSX_SYSROOT}") + set(CLING_CXX_PATH_ARGS "-isysroot ${CMAKE_OSX_SYSROOT}") endif() endif()