Skip to content

Commit 99ece18

Browse files
committed
64bit C2A test
1 parent c1062c2 commit 99ece18

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
cmake --build . --verbose
120120
121121
- name: build 64bit
122-
if: matrix.build_bit == 'BUILD_64BIT=ON' && matrix.use_c2a == 'USE_C2A=OFF'
122+
if: matrix.build_bit == 'BUILD_64BIT=ON'
123123
shell: cmd
124124
run: |
125125
cl.exe

CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ endif()
5555

5656
## options to use C2A
5757
if(USE_C2A)
58-
option(BUILD_64BIT OFF) # force to build with 32bit
5958
set(C2A_DIR ${FLIGHT_SW_DIR}/${C2A_NAME})
6059
message("C2A dir: ${C2A_DIR}")
6160
add_definitions(-DUSE_C2A)

0 commit comments

Comments
 (0)