Skip to content

Commit 721260e

Browse files
committed
Update CMakeLists.txt
1 parent 1a4ce81 commit 721260e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ if(XEUS_CPP_ENABLE_CODE_COVERAGE AND CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang")
7575
endif()
7676

7777
if(EMSCRIPTEN)
78-
# Other options
79-
option(LLVM_RESOURCE_DIR "Emscripten LLVM resource directory" "unknown")
8078
add_compile_definitions(XEUS_CPP_EMSCRIPTEN_WASM_BUILD)
8179
message("Build with emscripten")
8280
set(XEUS_CPP_BUILD_STATIC ON)

0 commit comments

Comments
 (0)