diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index aa3d5109..69b986f8 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -89,7 +89,6 @@ jobs: source ~/emsdk/emsdk_env.sh node --version cmake -S . -B ../build -DCMAKE_BUILD_TYPE=${{ matrix.cmake-build-type }} -DEMCMAKE_COMMAND=`which emcmake` - # emcmake cmake -S . -B ../build -DCMAKE_BUILD_TYPE=${{ matrix.cmake-build-type }} -DENABLE_TESTING=ON -DCMAKE_CROSSCOMPILING_EMULATOR=${SYSTEM_NODE} - name: Build shell: bash diff --git a/src/ui/cmake/Dependencies.cmake b/src/ui/cmake/Dependencies.cmake index 96f00c0d..ac21dfa9 100644 --- a/src/ui/cmake/Dependencies.cmake +++ b/src/ui/cmake/Dependencies.cmake @@ -46,7 +46,7 @@ FetchContent_Declare( # needed to load images in ImGui FetchContent_Declare( opencmw-cpp GIT_REPOSITORY https://github.com/fair-acc/opencmw-cpp.git - GIT_TAG a245ee17adaa61f530d95883da38b68fb53f4de8 + GIT_TAG c5a386b7bac669c95ecf464b84e7ba63045c51d3 ) FetchContent_Declare(