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 1a4ce81 commit 721260eCopy full SHA for 721260e
CMakeLists.txt
@@ -75,8 +75,6 @@ if(XEUS_CPP_ENABLE_CODE_COVERAGE AND CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang")
75
endif()
76
77
if(EMSCRIPTEN)
78
- # Other options
79
- option(LLVM_RESOURCE_DIR "Emscripten LLVM resource directory" "unknown")
80
add_compile_definitions(XEUS_CPP_EMSCRIPTEN_WASM_BUILD)
81
message("Build with emscripten")
82
set(XEUS_CPP_BUILD_STATIC ON)
0 commit comments