From 0bbc791a5e6c5ffe9857ca4708aab57b62ab9443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Insaurralde=20Avalos?= <36372335+adrianinsaval@users.noreply.github.com> Date: Mon, 23 Oct 2023 07:03:32 -0300 Subject: [PATCH] include GNUInstallDirs in /CmakeLists.txt - fixes wrong install path for pkgconfig con windows. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index db3a7bc..1f379c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,6 +5,8 @@ project(OndselSolver VERSION 1.0.1 DESCRIPTION "Assembly Constraints and Multibo set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED True) +include(GNUInstallDirs) + set(ONDSEL_EXPORT OndselSolver/Abs.cpp OndselSolver/AbsConstraint.cpp