Skip to content

Commit

Permalink
Build radio_iface by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Cam K. committed May 15, 2024
1 parent 9c05148 commit c848842
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.19)
project(libCATS)

option(OPT_BUILD_TESTS OFF)
option(OPT_BUILD_RADIO_IFACE OFF)
option(OPT_BUILD_RADIO_IFACE ON)

file(GLOB SOURCES lib/buffer.c
lib/error.c
Expand Down Expand Up @@ -63,4 +63,4 @@ endif(OPT_BUILD_TESTS)

target_link_libraries(CATS labrador_ldpc)
target_include_directories(CATS PUBLIC include ${labrador_ldpc_SOURCE_DIR}/capi/include)
set_property(TARGET CATS PROPERTY C_STANDARD 11)
set_property(TARGET CATS PROPERTY C_STANDARD 11)
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ NUM_PROC_THREADS = 1
# Possible values are: YES, NO, DATETIME and DATE.
# The default value is: NO.

TIMESTAMP = NO
TIMESTAMP = DATE

#---------------------------------------------------------------------------
# Build related configuration options
Expand Down

0 comments on commit c848842

Please sign in to comment.