Skip to content

Commit

Permalink
delete matplotplusplus
Browse files Browse the repository at this point in the history
  • Loading branch information
heterophyllus committed Dec 9, 2021
1 parent 50bd4be commit e0e3b76
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion 3rdparty/matplotplusplus
Submodule matplotplusplus deleted from 41a42e
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ find_package(Qt5 COMPONENTS Core Gui Widgets PrintSupport Multimedia MultimediaW
add_subdirectory(3rdparty/Qt-Advanced-Docking)
add_subdirectory(3rdparty/QCustomPlot)
add_subdirectory(3rdparty/pythonqt)
#add_subdirectory(3rdparty/matplotplusplus)
add_subdirectory(geopter)

file(COPY "${CMAKE_SOURCE_DIR}/data/AGF" DESTINATION ${CMAKE_RUNTIME_OUTPUT_DIRECTORY})
Expand Down
2 changes: 0 additions & 2 deletions geopter/optical/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,8 @@ target_include_directories(${PROJECT_NAME} PUBLIC
${CMAKE_SOURCE_DIR}/3rdparty #nlohman
${CMAKE_SOURCE_DIR}/3rdparty/spline/src
${CMAKE_SOURCE_DIR}/3rdparty/eigen-3.3.9
#${CMAKE_SOURCE_DIR}/3rdparty/matplotplusplus/source/matplot
)

#target_link_libraries(${PROJECT_NAME} PUBLIC matplot )

install(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION lib)
install(FILES ${HEADERS} DESTINATION include/optical)

0 comments on commit e0e3b76

Please sign in to comment.