Remove obsolete ETH_EMSCRIPTEN option

This was made obsolete by using toolchain files (#2836)
This commit is contained in:
Alex Beregszaszi 2019-01-17 15:23:19 +00:00
parent ecdc00d569
commit 3f58505c76

View File

@ -100,7 +100,6 @@ if (("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU") OR ("${CMAKE_CXX_COMPILER_ID}" MA
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -s ERROR_ON_UNDEFINED_SYMBOLS=1")
# Disallow deprecated emscripten build options.
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -s STRICT=1")
add_definitions(-DETH_EMSCRIPTEN=1)
endif()
endif()