Fix mistake in kimath wxWidgets include statement

This commit is contained in:
Ian McInerney 2023-04-05 00:45:45 +01:00
parent 311d5d5e26
commit deb2bc0ac8
1 changed files with 1 additions and 1 deletions

View File

@ -58,5 +58,5 @@ target_include_directories( kimath PUBLIC
target_include_directories( kimath PRIVATE
# This include REALLY shouldn't be here, but shape_arc grew a dependency on the units somehow
${CMAKE_SOURCE_DIR}/include
${wxWidgets_LIBRARIES}
${wxWidgets_INCLUDE_DIRS}
)