Skip to content

Commit 9b0b27a

Browse files
committed
Fix case
1 parent 85a6fe3 commit 9b0b27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: apps/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.17)
22

33
add_executable(tecmp_app "app.cpp")
4-
find_package(pcapplusplus REQUIRED)
4+
find_package(PcapPlusPlus REQUIRED)
55

66
target_link_libraries(tecmp_app PUBLIC tecmp_library PcapPlusPlus::PcapPlusPlus)
77
target_compile_features(tecmp_app PUBLIC cxx_std_17)

0 commit comments

Comments
 (0)