Skip to content

Commit

Permalink
additionaly set C2A_BUILD_WITH_SILS_MOCKUP to switch SILS mockup buil…
Browse files Browse the repository at this point in the history
…d for support c2a-core v4
  • Loading branch information
sksat committed Oct 12, 2023
1 parent c830012 commit 2ec0620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action-c2a-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ runs:
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
-DBUILD_C2A_AS_CXX=OFF \
-DC2A_BUILD_AS_CXX=OFF \
${{ (inputs.sils_mockup && '-DUSE_SILS_MOCKUP=ON') || '' }} \
${{ (inputs.sils_mockup && '-DUSE_SILS_MOCKUP=ON' '-DC2A_BUILD_WITH_SILS_MOCKUP=ON') || '' }} \
${{ inputs.cmake_flags }}
- name: CMake as C++
Expand Down

0 comments on commit 2ec0620

Please sign in to comment.