]> sigrok.org Git - pulseview.git/commit
CMakeLists.txt: Drop superfluous "include(FindPkgConfig)".
authorUwe Hermann <redacted>
Thu, 3 Dec 2015 08:49:33 +0000 (09:49 +0100)
committerUwe Hermann <redacted>
Thu, 3 Dec 2015 08:49:33 +0000 (09:49 +0100)
commit67ef1e478845fc44a8fccba025103c7a4314e369
tree19462d05001f0e24fb34c2ce252c411e50d7fca8
parent5da5d0813b0253fbe430d3a0b7cb780df1dcb72a
CMakeLists.txt: Drop superfluous "include(FindPkgConfig)".

This causes the check for the pkg-config tool to be performed twice
since it is followed by another "find_package(PkgConfig)".

This can cause issues in some situation, see e.g.
https://github.com/mxe/mxe/issues/1023#issuecomment-161255930

This fixes bug #663.
CMakeLists.txt