We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1062c2 commit 99ece18Copy full SHA for 99ece18
.github/workflows/build.yml
@@ -119,7 +119,7 @@ jobs:
119
cmake --build . --verbose
120
121
- name: build 64bit
122
- if: matrix.build_bit == 'BUILD_64BIT=ON' && matrix.use_c2a == 'USE_C2A=OFF'
+ if: matrix.build_bit == 'BUILD_64BIT=ON'
123
shell: cmd
124
run: |
125
cl.exe
CMakeLists.txt
@@ -55,7 +55,6 @@ endif()
55
56
## options to use C2A
57
if(USE_C2A)
58
- option(BUILD_64BIT OFF) # force to build with 32bit
59
set(C2A_DIR ${FLIGHT_SW_DIR}/${C2A_NAME})
60
message("C2A dir: ${C2A_DIR}")
61
add_definitions(-DUSE_C2A)
0 commit comments