Cmake error: "Target "xxx" INTERFACE_INCLUDE_DIRECTORIES property contains path: ... which is prefixed in the build directory."
Sample output:
c:\repos\wireshark9>git status
On branch master-3.2
Your branch is up to date with 'origin/master-3.2'.
nothing to commit, working tree clean
c:\repos\wireshark9>git log
commit 5ce52f748553b9bf5d3ef1882af6ceb9cdb0f50a (grafted, HEAD -> master-3.2, origin/master-3.2)
Author: Tomasz Mo<C5><84> <[email protected]>
Date: Sat May 2 22:36:46 2020 +0200
Qt: Stretch last packet list header section
Programatically show the master split widget before elements are added
to prevent pending resize events from resizing packet columns to insane
widths (in my case orders of magnitude higher than display resolution)
Such resize was occuring when loading capture file if configuration file
included hidden columns (e.g. 55 defined columns, 8 visible). The resize
was not directly visible to user. Resize event call chain included calls
to recent_set_column_width() that changed width stored in configuration.
Modified configuration column width value would become effective after
user added or removed columns.
Hide PacketList when freezing and show it when thawing. Do not call
setUpdatesEnabled(false) as it leads to widget/preferences columns
missynchronization.
Clear packet list before freeing frame data. This prevents accessing
freed memory in ProtoTree on file close if packet list was in focus and
the next widget to get focus is packet details.
Ping-Bug: 16063
Bug: 16491
Change-Id: I2c21d928348681af1793b3263815c81ee73d41b0
Reviewed-on: https://code.wireshark.org/review/37029
c:\repos\wireshark9>cd ..\wsbuild64
c:\repos\wsbuild64>cmake -G "Visual Studio 16 2019" -A x64 ..\wireshark9
-- Generating build using CMake 3.15.19101501-MSVC_2
-- Building for win64 using Visual Studio 16 2019
Working in C:\repos\wireshark9\wireshark-win64-libs-3.2
Tag 2020-04-08 found. Skipping.
-- CMake build type: RelWithDebInfo
-- V: 3.2.4, MaV: 3, MiV: 2, PL: 4, EV: .
-- Linker flags: /LARGEADDRESSAWARE /MANIFEST:NO /INCREMENTAL:NO /RELEASE /guard:cf
-- Could NOT find DOXYGEN (missing: DOXYGEN_EXECUTABLE)
-- Could NOT find SpeexDSP (missing: SPEEXDSP_LIBRARY SPEEXDSP_INCLUDE_DIR) (found version "")
-- _fseeki64 and _ftelli64 are present
-- C-Flags: /MP /Zo /utf-8 /guard:cf /w34295 /w34100 /w34189 /wd4200 /DWIN32 /D_WINDOWS /W3 /MD /Zi /O2 /Ob1 /DNDEBUG
-- CXX-Flags: /MP /Zo /utf-8 /guard:cf /w34295 /w34100 /w34189 /wd4200 /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MD /Zi /O2 /Ob1 /DNDEBUG
-- Warnings as errors disabled
-- The following OPTIONAL packages have been found:
* Git
* GMODULE2
* LIBSSH (required version >= 0.6), Library for implementing SSH clients, <https://www.libssh.org/>
extcap remote SSH interfaces (sshdump, ciscodump)
* PCAP
* AIRPCAP
* MaxMindDB, C library for the MaxMind DB file format, <https://github.com/maxmind/libmaxminddb>
Support for GeoIP lookup
* SMI
* GNUTLS (required version >= 3.2.0)
* KERBEROS
* CARES (required version >= 1.5.0), Library for asynchronous DNS requests, <https://c-ares.haxx.se/>
DNS name resolution for captures
* ZLIB
* Minizip, C library for supporting zip/unzip functionality, <https://www.winimage.com/zLibDll/minizip.html>
Support for profiles import/export
* BROTLI
* LZ4, LZ4 is lossless compression algorithm used in some protocol (CQL...), <http://www.lz4.org>
LZ4 decompression in CQL and Kafka dissectors
* SNAPPY, A fast compressor/decompressor from Google, <https://google.github.io/snappy/>
Snappy decompression in CQL and Kafka dissectors
* ZSTD (required version >= 1.0.0 ...
CMake version: