Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ option(ENABLE_INPUT_DPDK "Enable build of input DPDK plugin"
option(ENABLE_INPUT_NFB "Enable build of input NFB plugin" OFF)
option(ENABLE_OUTPUT_UNIREC "Enable build of output UNIREC plugin" OFF)
option(ENABLE_PROCESS_EXPERIMENTAL "Enable build of experimental process plugins" OFF)
option(ENABLE_MILISECONDS_TIMESTAMP "Compile ipfixprobe with miliseconds timestamp precesion" OFF)
option(ENABLE_MILLISECONDS_TIMESTAMP "Compile ipfixprobe with miliseconds timestamp precesion" OFF)
option(ENABLE_NEMEA "Enable build of NEMEA plugins" OFF)

option(ENABLE_RPMBUILD "Enable build of RPM package" ON)
option(ENABLE_TESTS "Build tests (make test)" OFF)

if(ENABLE_MILISECONDS_TIMESTAMP)
if(ENABLE_MILLISECONDS_TIMESTAMP)
add_compile_definitions(IPXP_TS_MSEC)
endif()

Expand Down
2 changes: 1 addition & 1 deletion pkg/rpm/ipfixprobe-msec.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Export timestamp in milliseconds.
%if 0%{?rhel} == 8
source /opt/rh/gcc-toolset-14/enable
%endif
%cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_MILISECONDS_TIMESTAMP=ON
%cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_MILLISECONDS_TIMESTAMP=ON
%cmake_build

%install
Expand Down