From 05ba1d4c85e7432542edb09c47133c4502c1b3f1 Mon Sep 17 00:00:00 2001 From: offa <8887756+offa@users.noreply.github.com> Date: Wed, 18 Mar 2026 19:32:17 +0100 Subject: [PATCH] Remove no longer needed Conan CMake integration --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ba4e2b..75492d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,6 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_CXX_EXTENSIONS OFF) include(Template) -include("${CMAKE_BINARY_DIR}/conan_paths.cmake" OPTIONAL) find_package(yaml-cpp REQUIRED) find_package(argparse REQUIRED)