Skip to content

Commit a5df5f1

Browse files
committed
[cmake] macOS isysroot switch argument: fix typo
fixes #17515
1 parent afb52aa commit a5df5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interpreter/cling/lib/Interpreter/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ if (UNIX)
237237
endif()
238238
endif()
239239
elseif (APPLE)
240-
set(CLING_CXX_PATH_ARGS "-isysroot;${CMAKE_OSX_SYSROOT}")
240+
set(CLING_CXX_PATH_ARGS "-isysroot ${CMAKE_OSX_SYSROOT}")
241241
endif()
242242
endif()
243243

0 commit comments

Comments
 (0)