Skip to content

Commit 0319fa0

Browse files
committed
main module
1 parent 2c09de2 commit 0319fa0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ set(tabulate_REQUIRED_VERSION 1.5)
7676

7777
find_package(SQLite3 REQUIRED)
7878
find_package(SQLiteCpp REQUIRED)
79-
find_package(Threads REQUIRED)
79+
if(NOT EMSCRIPTEN)
80+
find_package(Threads REQUIRED)
81+
endif()
8082
find_package(xvega-bindings ${xvega_bindings_REQUIRED_VERSION} REQUIRED)
8183
find_package(tabulate ${tabulate_REQUIRED_VERSION} REQUIRED)
8284

0 commit comments

Comments
 (0)