Skip to content

Commit

Permalink
Merge pull request #68 from arkedge/support-c2a-core-v4-sils-mockup-o…
Browse files Browse the repository at this point in the history
…ption

Support c2a-core v4 SILS mockup build option
  • Loading branch information
sksat authored Oct 12, 2023
2 parents c830012 + 2ec0620 commit e65b8ad
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 e65b8ad

Please sign in to comment.