ci: enable CMake test for Emscripten
diff --git a/.github/workflows/emscripten.yml b/.github/workflows/emscripten.yml
index 9380efa..b14a054 100644
--- a/.github/workflows/emscripten.yml
+++ b/.github/workflows/emscripten.yml
@@ -22,7 +22,6 @@ jobs:
echo "SDL2_DIR=$(pwd)/prefix" >> $GITHUB_ENV
cmake --install build/
- name: Verify CMake configuration files
- if: ${{ false }} # FIXME: cmake/test/CMakeLists.txt should support emscripten
run: |
emcmake cmake -S cmake/test -B cmake_config_build \
-DCMAKE_BUILD_TYPE=Release \