Skip to content

Commit 7b96fc8

Browse files
enomis101egecetin
andauthored
Fix CMake config file to use PcapPlusPlus_INCLUDE_DIR consistently (#1728)
- Changed PcapPlusPlus_INCLUDE_DIRS to PcapPlusPlus_INCLUDE_DIR in comments to match actual variable name - Removed PcapPlusPlus_LIBRARIES reference from comments to align with target-based CMake practices Co-authored-by: Ege Çetin <64282645+egecetin@users.noreply.github.com>
1 parent 5a86e05 commit 7b96fc8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmake/PcapPlusPlusConfig.cmake.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# ~~~
22
# - Config file for the PcapPlusPlus package
33
# It defines the following variables
4-
# PcapPlusPlus_INCLUDE_DIRS - include directories for PcapPlusPlus
5-
# PcapPlusPlus_LIBRARIES - libraries to link against
4+
# PcapPlusPlus_INCLUDE_DIR - include directories for PcapPlusPlus
65
# ~~~
76

87
@PACKAGE_INIT@

0 commit comments

Comments
 (0)