File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.19)
2
2
project (libCATS)
3
3
4
4
option (OPT_BUILD_TESTS OFF )
5
- option (OPT_BUILD_RADIO_IFACE OFF )
5
+ option (OPT_BUILD_RADIO_IFACE ON )
6
6
7
7
file (GLOB SOURCES lib/buffer.c
8
8
lib/error.c
@@ -63,4 +63,4 @@ endif(OPT_BUILD_TESTS)
63
63
64
64
target_link_libraries (CATS labrador_ldpc)
65
65
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)
Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ NUM_PROC_THREADS = 1
510
510
# Possible values are: YES, NO, DATETIME and DATE.
511
511
# The default value is: NO.
512
512
513
- TIMESTAMP = NO
513
+ TIMESTAMP = DATE
514
514
515
515
#---------------------------------------------------------------------------
516
516
# Build related configuration options
You can’t perform that action at this time.
0 commit comments