include GNUInstallDirs in /CmakeLists.txt - fixes wrong install path for pkgconfig con windows.
This commit is contained in:
committed by
GitHub
parent
67326e8ccc
commit
0bbc791a5e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user