File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414
1515cmake_minimum_required (VERSION 3.8)
1616
17- if (WASM)
17+ if (WASM)
1818 execute_process (COMMAND ${CMAKE_SOURCE_DIR} /wasm/install_deps.sh)
1919 set (CMAKE_TOOLCHAIN_FILE "${CMAKE_SOURCE_DIR} /wasm/emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake" )
2020endif ()
2121
22- project (mgclient VERSION 1.2 .0)
22+ project (mgclient VERSION 1.4 .0)
2323# Minor version increase can also mean ABI incompatibility with previous
2424# versions. IMPORTANT: Take care of the SO version manually.
2525set (mgclient_SOVERSION 2)
@@ -43,7 +43,7 @@ elseif(UNIX AND NOT APPLE)
4343 message (STATUS "ON LINUX WASM BUILD" )
4444 elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" )
4545 message (STATUS "ON LINUX BUILD" )
46- else ()
46+ else ()
4747 message (FATAL_ERROR "Unsupported operating system. Please create issue or contribute!" )
4848 endif ()
4949 set (MGCLIENT_ON_LINUX TRUE )
You can’t perform that action at this time.
0 commit comments