Fix mistake in kimath wxWidgets include statement
This commit is contained in:
parent
311d5d5e26
commit
deb2bc0ac8
|
@ -58,5 +58,5 @@ target_include_directories( kimath PUBLIC
|
||||||
target_include_directories( kimath PRIVATE
|
target_include_directories( kimath PRIVATE
|
||||||
# This include REALLY shouldn't be here, but shape_arc grew a dependency on the units somehow
|
# This include REALLY shouldn't be here, but shape_arc grew a dependency on the units somehow
|
||||||
${CMAKE_SOURCE_DIR}/include
|
${CMAKE_SOURCE_DIR}/include
|
||||||
${wxWidgets_LIBRARIES}
|
${wxWidgets_INCLUDE_DIRS}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue