From 52be8468d29788e1952db0f89263a111fa15394a Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 2 May 2023 22:23:58 -0400 Subject: Use vcpkg --- CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 399060b..756c776 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,9 +6,8 @@ set(CMAKE_BUILD_TYPE Debug) find_package(wxWidgets COMPONENTS core base) include(${wxWidgets_USE_FILE}) -find_package(PkgConfig) -pkg_check_modules(yaml-cpp yaml-cpp REQUIRED) -pkg_check_modules(openssl openssl REQUIRED) +find_package(OpenSSL) +find_package(yaml-cpp) include_directories( vendor/hkutil -- cgit 1.4.1