diff options
| -rw-r--r-- | ports/wxchartdir/CONTROL | 2 | ||||
| -rw-r--r-- | ports/wxchartdir/portfile.cmake | 1 | ||||
| -rw-r--r-- | ports/wxchartdir/usage | 4 |
3 files changed, 1 insertions, 6 deletions
diff --git a/ports/wxchartdir/CONTROL b/ports/wxchartdir/CONTROL index cedb6a46e..22a741956 100644 --- a/ports/wxchartdir/CONTROL +++ b/ports/wxchartdir/CONTROL @@ -1,5 +1,5 @@ Source: wxchartdir Version: 1.0.0 -Build-Depends: chartdir (!arm&!uwp), wxwidgets +Build-Depends: chartdir, wxwidgets Homepage: https://github.com/utelle/wxchartdir Description: wxChartDir provides components for the integration and use of the commercial C++ library ChartDirector, a universal chart component developed by Advanced Software Engineering Ltd, in wxWidgets based applications. diff --git a/ports/wxchartdir/portfile.cmake b/ports/wxchartdir/portfile.cmake index e45088bbd..51506f112 100644 --- a/ports/wxchartdir/portfile.cmake +++ b/ports/wxchartdir/portfile.cmake @@ -38,7 +38,6 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share) configure_file(${SOURCE_PATH}/COPYING.txt ${CURRENT_PACKAGES_DIR}/share/wxchartdir/copyright COPYONLY) -file(COPY ${CMAKE_CURRENT_LIST_DIR}/usage DESTINATION ${CURRENT_PACKAGES_DIR}/share/wxchartdir) file(COPY ${SOURCE_PATH}/CHARTDIRECTOR-LICENSE.TXT DESTINATION ${CURRENT_PACKAGES_DIR}/share/wxchartdir) file(COPY ${SOURCE_PATH}/CHARTDIRECTOR-README.TXT DESTINATION ${CURRENT_PACKAGES_DIR}/share/wxchartdir) diff --git a/ports/wxchartdir/usage b/ports/wxchartdir/usage deleted file mode 100644 index 90c684b55..000000000 --- a/ports/wxchartdir/usage +++ /dev/null @@ -1,4 +0,0 @@ -The package wxchartdir provides CMake targets: - - find_package(wxchartdir CONFIG REQUIRED) - target_link_libraries(main PRIVATE wxchartdir) |
