0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 20:13:05 +02:00
openvpn3/cmake
Lev Stipakov 516b32c2b8
findcoredeps.cmake: fix incorrect pkg_check_modules() behavior for mingw
pkg_check_modules() sets PKG_CONFIG_PATH by
joining values of CMAKE_PREFIX_PATH list and then replacing
separator ";" with ":". However, replacing was broken for mingw and
was fixed very recently. As a workaroud, create CMAKE_PREFIX_PATH
with single value to avoid broken join.

Signed-off-by: Lev Stipakov <lev@openvpn.net>
2020-03-11 19:44:53 +01:00
..
CMakeLists.txt.in Pin googletest version due to google/googletest#2711 2020-02-18 18:50:27 +01:00
dlgoogletest.cmake mingw: use generic way to install gtest 2020-02-12 21:48:44 +02:00
findcoredeps.cmake findcoredeps.cmake: fix incorrect pkg_check_modules() behavior for mingw 2020-03-11 19:44:53 +01:00
FindLZ4.cmake Refactor dependencies to be in a cmake script 2019-05-13 14:49:36 +02:00
FindmbedTLS.cmake Refactor dependencies to be in a cmake script 2019-05-13 14:49:36 +02:00
mypragmaonce.cmake Refactor dependencies to be in a cmake script 2019-05-13 14:49:36 +02:00