We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac9675 commit 94cb69eCopy full SHA for 94cb69e
1 file changed
.github/workflows/arm-cortex-m55-cmake.yml
@@ -49,6 +49,7 @@ jobs:
49
set(CMAKE_ASM_FLAGS_INIT "\${CPU_FLAGS}")
50
set(LINKER_SCRIPT "linker.ld")
51
set(CMAKE_EXE_LINKER_FLAGS_INIT "-T \${LINKER_SCRIPT} -specs=nosys.specs")
52
+ set(THREADS_PTHREAD_ARG OFF)
53
set(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY)
54
EOF
55
cat toolchain.cmake
@@ -114,7 +115,7 @@ jobs:
114
115
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
116
-DCMAKE_POLICY_VERSION_MINIMUM="3.5"
117
-DCMAKE_TOOLCHAIN_FILE=toolchain.cmake
- -DOPT_UNITTEST=OFF
118
+ -DOPT_UNITTEST=ON
119
-DOPT_EXTENSIONS=OFF
120
-DOPT_TESTS=OFF
121
-DOPT_DEMOS=OFF
0 commit comments