We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f25366 commit 0a0cb5eCopy full SHA for 0a0cb5e
CMakeLists.txt
@@ -106,6 +106,9 @@ include(GNUInstallDirs)
106
if (CPPINTEROP_USE_CLING)
107
message(STATUS "Mode CPPINTEROP_USE_CLING = ON")
108
find_package(LLVM REQUIRED CONFIG ${llvm_search_hints} NO_DEFAULT_PATH)
109
+ if(EMSCRIPTEN)
110
+ find_package(LLD REQUIRED CONFIG ${lld_search_hints} NO_DEFAULT_PATH)
111
+ endif()
112
find_package(Clang REQUIRED CONFIG ${clang_search_hints} NO_DEFAULT_PATH)
113
find_package(Cling REQUIRED CONFIG ${cling_search_hints} NO_DEFAULT_PATH)
114
endif(CPPINTEROP_USE_CLING)
0 commit comments