Skip to content

Commit

Permalink
Fix wasm compilation and remove old absl
Browse files Browse the repository at this point in the history
  • Loading branch information
XapaJIaMnu authored May 7, 2021
1 parent 1fdb689 commit f928904
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ else(${CMAKE_VERSION} VERSION_GREATER "3.8.0")
set(CMAKE_CXX_STANDARD 14)
endif(${CMAKE_VERSION} VERSION_GREATER "3.8.0")

# WASM compiles via emscripten set CMAKE_TOOLCHAIN_FILE. TO avoid cmake
# warnings in other scenarios, we set this to an empty value.
set(CMAKE_TOOLCHAIN_FILE "")
set(USE_ABSEIL OFF) # Default USE_ABSEIL explicitly turned OFF

if(WIN32) # Windows static extension is .lib
if(MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /O2")
Expand Down

0 comments on commit f928904

Please sign in to comment.