File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,6 @@ find_package(OpenSSL QUIET)
124124find_package (PhysFS REQUIRED)
125125find_package (ZLIB REQUIRED)
126126find_package (phmap REQUIRED)
127- find_package (absl CONFIG REQUIRED)
128127find_package (Protobuf REQUIRED)
129128find_package (LibLZMA REQUIRED)
130129find_package (nlohmann_json REQUIRED)
@@ -138,10 +137,12 @@ if(WASM)
138137 target_compile_options (Threads::Threads INTERFACE -pthread)
139138 target_link_options (Threads::Threads INTERFACE -pthread)
140139 set (CMAKE_THREAD_LIBS_INIT "-pthread" )
140+ set (Threads_FOUND TRUE )
141141 endif ()
142142else ()
143143 find_package (Threads REQUIRED)
144144endif ()
145+ find_package (absl CONFIG REQUIRED)
145146find_package (STDUUID CONFIG REQUIRED)
146147find_package (pugixml CONFIG REQUIRED)
147148find_package (ZLIB REQUIRED)
You can’t perform that action at this time.
0 commit comments