Skip to content

Commit c848842

Browse files
author
Cam K.
committed
Build radio_iface by default
1 parent 9c05148 commit c848842

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.19)
22
project(libCATS)
33

44
option(OPT_BUILD_TESTS OFF)
5-
option(OPT_BUILD_RADIO_IFACE OFF)
5+
option(OPT_BUILD_RADIO_IFACE ON)
66

77
file(GLOB SOURCES lib/buffer.c
88
lib/error.c
@@ -63,4 +63,4 @@ endif(OPT_BUILD_TESTS)
6363

6464
target_link_libraries(CATS labrador_ldpc)
6565
target_include_directories(CATS PUBLIC include ${labrador_ldpc_SOURCE_DIR}/capi/include)
66-
set_property(TARGET CATS PROPERTY C_STANDARD 11)
66+
set_property(TARGET CATS PROPERTY C_STANDARD 11)

Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ NUM_PROC_THREADS = 1
510510
# Possible values are: YES, NO, DATETIME and DATE.
511511
# The default value is: NO.
512512

513-
TIMESTAMP = NO
513+
TIMESTAMP = DATE
514514

515515
#---------------------------------------------------------------------------
516516
# Build related configuration options

0 commit comments

Comments
 (0)