File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 34
34
fetch-depth : 0
35
35
36
36
- name : 📥 Install CMake & Conan
37
- run : pip3 install cmake conan==2.2.2
37
+ run : pipx install cmake conan==2.16.1
38
38
39
39
- name : 📡 Add `libhal` conan remote
40
40
run : conan remote add libhal
Original file line number Diff line number Diff line change @@ -231,7 +231,8 @@ function(libhal_build_demos)
231
231
INCLUDES
232
232
PACKAGES
233
233
LINK_LIBRARIES
234
- LINK_FLAGS )
234
+ LINK_FLAGS
235
+ COMPILE_FLAGS )
235
236
cmake_parse_arguments (DEMO_ARGS
236
237
"${options} "
237
238
"${one_value_args} "
@@ -277,6 +278,7 @@ function(libhal_build_demos)
277
278
-fdata-sections
278
279
-flto
279
280
-ffat-lto-objects
281
+ ${DEMO_ARGS_COMPILE_FLAGS}
280
282
$< $< COMPILE_LANGUAGE:CXX> :-fexceptions -fno-rtti>
281
283
)
282
284
target_link_libraries (startup_code PRIVATE
@@ -309,6 +311,7 @@ function(libhal_build_demos)
309
311
-fdata-sections
310
312
-flto
311
313
-ffat-lto-objects
314
+ ${DEMO_ARGS_COMPILE_FLAGS}
312
315
$< $< COMPILE_LANGUAGE:CXX> :-fexceptions -fno-rtti>
313
316
)
314
317
Original file line number Diff line number Diff line change 23
23
24
24
class libhal_cmake_util_conan (ConanFile ):
25
25
name = "libhal-cmake-util"
26
- version = "4.1.10 "
26
+ version = "4.2.0 "
27
27
license = "Apache-2.0"
28
28
homepage = "https://libhal.github.io/libhal-armcortex"
29
29
description = ("A collection of CMake scripts for ARM Cortex " )
You can’t perform that action at this time.
0 commit comments