Skip to content

Commit

Permalink
Fix target name after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
shermp committed Oct 31, 2024
1 parent 779ff41 commit 908a9e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ if (HAVE_DEP_ENNUM_ENUM_CONV)
target_compile_options(pico_asha PRIVATE $<$<COMPILE_LANGUAGE:CXX>:-Wno-deprecated-enum-enum-conversion>)
endif (HAVE_DEP_ENNUM_ENUM_CONV)

target_compile_options(pico-asha PRIVATE $<$<COMPILE_LANGUAGE:CXX>:-fno-threadsafe-statics>)
target_compile_options(pico_asha PRIVATE $<$<COMPILE_LANGUAGE:CXX>:-fno-threadsafe-statics>)

target_compile_definitions(pico-asha PUBLIC ${pico_asha_defines})
target_compile_definitions(pico_asha PUBLIC ${pico_asha_defines})

pico_add_extra_outputs(pico_asha)

Expand Down

0 comments on commit 908a9e3

Please sign in to comment.