Skip to content

Commit

Permalink
Rename a cmake module to match the find command
Browse files Browse the repository at this point in the history
  • Loading branch information
kleag committed May 24, 2024
1 parent 348c237 commit 03edf67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ else (TRECPP_FOUND)
endif (TRE_FOUND)

# QHttpServer is necessary for limaserver HTTP server
find_package(QHttpServer QUIET)
find_package(QHTTPSERVER QUIET)
if (NOT QHTTPSERVER_FOUND)
message(STATUS "QHttpServer Not found. Lima HTTP server will NOT be built")
else ()
Expand Down
File renamed without changes.

0 comments on commit 03edf67

Please sign in to comment.