Skip to content

Commit 75c15d0

Browse files
committed
Package proned to act as a small library.
1 parent 1deaac8 commit 75c15d0

File tree

6 files changed

+2
-128
lines changed

6 files changed

+2
-128
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export(TARGETS matplotlib_cpp
8989
FILE ${PACKAGE_NAME}Config.cmake)
9090

9191
# Install headers
92-
install(FILES "${${CMAKE_INSTALL_LIBDIR}}/matplotlibcpp.h"
92+
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/include/matplotlibcpp.h"
9393
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
9494
)
9595

cmake/matplotlib_cppConfig.cmake.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ if(NOT TARGET matplotlib_cpp::matplotlib_cpp)
55
find_package(Python3 COMPONENTS NumPy)
66
include("${matplotlib_cpp_CMAKE_DIR}/matplotlib_cppTargets.cmake")
77

8-
get_target_property(matplotlib_cpp_INCLUDE_DIRS matplotlib_cpp::matplotlib_cpp INTERFACE_INCLUDE_DIRECTORIES)
8+
get_target_property(matplotlib_cpp_INCLUDE_DIRS matplotlib_cpp INTERFACE_INCLUDE_DIRECTORIES)
99

1010
endif()

contrib/Dockerfile

-27
This file was deleted.

contrib/Makefile

-6
This file was deleted.

contrib/README.md

-32
This file was deleted.

contrib/WinBuild.cmd

-61
This file was deleted.

0 commit comments

Comments
 (0)