Skip to content

Commit

Permalink
Resolve deprecation of FindDart (#329)
Browse files Browse the repository at this point in the history
Deprecated with [CMake 3.27](https://cmake.org/cmake/help/latest/module/FindDart.html), which is currently only present in `Fedora Rawhide`
  • Loading branch information
hummeltech authored Sep 28, 2023
1 parent d13186a commit c8eba9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
#-----------------------------------------------------------------------------

include(Dart)
include(CTest)

execute_process(COMMAND ${APXS_EXECUTABLE} -q progname
OUTPUT_VARIABLE HTTPD_PROGNAME
Expand Down

0 comments on commit c8eba9f

Please sign in to comment.