Skip to content

Commit

Permalink
bump cmw
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-cukic committed Dec 5, 2023
1 parent 54d9f1c commit 76118fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/ui/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 76118fd

Please sign in to comment.