Skip to content

Commit 8e968fd

Browse files
Fix typo in build parameter
1 parent 6b053db commit 8e968fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ option(ENABLE_INPUT_DPDK "Enable build of input DPDK plugin"
1717
option(ENABLE_INPUT_NFB "Enable build of input NFB plugin" OFF)
1818
option(ENABLE_OUTPUT_UNIREC "Enable build of output UNIREC plugin" OFF)
1919
option(ENABLE_PROCESS_EXPERIMENTAL "Enable build of experimental process plugins" OFF)
20-
option(ENABLE_MILISECONDS_TIMESTAMP "Compile ipfixprobe with miliseconds timestamp precesion" OFF)
20+
option(ENABLE_MILLISECONDS_TIMESTAMP "Compile ipfixprobe with miliseconds timestamp precesion" OFF)
2121
option(ENABLE_NEMEA "Enable build of NEMEA plugins" OFF)
2222

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

26-
if(ENABLE_MILISECONDS_TIMESTAMP)
26+
if(ENABLE_MILLISECONDS_TIMESTAMP)
2727
add_compile_definitions(IPXP_TS_MSEC)
2828
endif()
2929

pkg/rpm/ipfixprobe-msec.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Export timestamp in milliseconds.
5757
%if 0%{?rhel} == 8
5858
source /opt/rh/gcc-toolset-14/enable
5959
%endif
60-
%cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_MILISECONDS_TIMESTAMP=ON
60+
%cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_MILLISECONDS_TIMESTAMP=ON
6161
%cmake_build
6262

6363
%install

0 commit comments

Comments
 (0)