File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 8282 }
8383 else
8484 {
85- cmake --install ${{github.workspace}}/_build --config Release --component udpcap_dev --component udpcap_runtime
85+ cmake --install ${{github.workspace}}/_build --config Release --component udpcap_dev
86+ cmake --install ${{github.workspace}}/_build --config Release --component udpcap_runtime
8687 }
8788
8889 - name : Build (Debug)
9899 }
99100 else
100101 {
101- cmake --install ${{github.workspace}}/_build --config Debug --component udpcap_dev --component udpcap_runtime
102+ cmake --install ${{github.workspace}}/_build --config Debug --component udpcap_dev
103+ cmake --install ${{github.workspace}}/_build --config Debug --component udpcap_runtime
102104 }
103105
104106 - name : Read Project Version from CMakeCache
Original file line number Diff line number Diff line change @@ -21,14 +21,13 @@ cmake_minimum_required(VERSION 3.13)
2121project (integration_test)
2222
2323################################################################################
24- # Static udpcap -> we need to fetch npcap & pcap++ again
24+ # Static udpcap -> we need to fetch npcap again
2525#
2626# When forking this project and compiling against a static udpcap, you will
2727# probably have to copy the scripts to your own directory structure.
2828################################################################################
2929
3030include ("${CMAKE_CURRENT_LIST_DIR} /../../thirdparty/npcap/npcap_make_available.cmake" )
31- include ("${CMAKE_CURRENT_LIST_DIR} /../../thirdparty/pcapplusplus/pcapplusplus_make_available.cmake" )
3231################################################################################
3332
3433set (CMAKE_FIND_PACKAGE_PREFER_CONFIG TRUE )
You can’t perform that action at this time.
0 commit comments