Skip to content

Commit

Permalink
Merge branch 'ms-disable-lpcnet' of github.com:drowe67/freedv-gui int…
Browse files Browse the repository at this point in the history
…o ms-disable-lpcnet
  • Loading branch information
tmiw committed Apr 13, 2024
2 parents afc6d99 + 31e7e45 commit d62785a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmake/BuildCodec2.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ set_target_properties(codec2 PROPERTIES
IMPORTED_IMPLIB "${BINARY_DIR}/src/libcodec2${CMAKE_IMPORT_LIBRARY_SUFFIX}"
)

add_dependencies(build_codec2)
if(BOOTSTRAP_LPCNET)
add_dependencies(build_lpcnetfreedv)
add_dependencies(build_codec2 build_lpcnetfreedv)
endif(BOOTSTRAP_LPCNET)

set(CODEC2_INCLUDE_DIRS ${CMAKE_BINARY_DIR}/codec2_src/src ${CMAKE_BINARY_DIR}/codec2_build)
Expand Down

0 comments on commit d62785a

Please sign in to comment.