From 8c91330bad38ec044eaacdacad8c9b536ec8b7c7 Mon Sep 17 00:00:00 2001 From: Justin Carpentier <justin.carpentier@inria.fr> Date: Mon, 25 Nov 2019 08:53:45 +0100 Subject: [PATCH] cmake: export project --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 49d0b05..406caca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,6 +8,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6) SET(PROJECT_NAME eigenpy) SET(PROJECT_DESCRIPTION "Bindings between Numpy and Eigen using Boost.Python") SET(PROJECT_URL "http://github.com/stack-of-tasks/eigenpy") +SET(PROJECT_USE_CMAKE_EXPORT TRUE) SET(PROJECT_CUSTOM_HEADER_EXTENSION "hpp") # Check if the submodule cmake have been initialized -- GitLab