Skip to content

Commit

Permalink
-MSVERC
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergAtGithub committed Oct 21, 2023
1 parent 9df2ddd commit 600a07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
- name: Configure CMake ClangCL
shell: cmd
run: |
cmake -B build\clang_cl -S hidapisrc -T ClangCL -CMAKE_RC_FLAGS="-DWIN32 -D_MSC_VER" -DHIDAPI_WITH_TESTS=ON -DHIDAPI_BUILD_PP_DATA_DUMP=ON -DHIDAPI_ENABLE_ASAN=ON -DCMAKE_INSTALL_PREFIX=install\clang_cl -DHIDAPI_BUILD_HIDTEST=ON "-DCMAKE_C_FLAGS=%MSVC_COMPILE_FLAGS%"
cmake -B build\clang_cl -S hidapisrc -T ClangCL -DCMAKE_RC_FLAGS="-DWIN32 -D_MSC_VER" -DHIDAPI_WITH_TESTS=ON -DHIDAPI_BUILD_PP_DATA_DUMP=ON -DHIDAPI_ENABLE_ASAN=ON -DCMAKE_INSTALL_PREFIX=install\clang_cl -DHIDAPI_BUILD_HIDTEST=ON "-DCMAKE_C_FLAGS=%MSVC_COMPILE_FLAGS%"
- name: Build CMake ClangCL
working-directory: build/clang_cl
run: cmake --build . -v --config RelWithDebInfo --target install
Expand Down

0 comments on commit 600a07c

Please sign in to comment.