Fix typos.

This commit is contained in:
Nathan Osman
2017-07-08 13:00:42 -07:00
parent 784e220276
commit da7eb850e4
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.2.0)
project(qmdnsengine)
project(qhttpengine)
set(PROJECT_NAME "QHttpEngine")
set(PROJECT_DESCRIPTION "Simple and secure HTTP server for Qt applications")

View File

@@ -68,7 +68,7 @@ install(TARGETS qhttpengine EXPORT qhttpengine-export
install(EXPORT qhttpengine-export
FILE qhttpengineConfig.cmake
DESTINATION "${LIB_INSTALL_DIR}/cmake/qmdnsengine"
DESTINATION "${LIB_INSTALL_DIR}/cmake/qhttpengine"
)
include(CMakePackageConfigHelpers)
@@ -79,7 +79,7 @@ write_basic_package_version_file("${CMAKE_CURRENT_BINARY_DIR}/qhttpengineConfigV
)
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/qhttpengineConfigVersion.cmake"
DESTINATION "${LIB_INSTALL_DIR}/cmake/qmdnsengine"
DESTINATION "${LIB_INSTALL_DIR}/cmake/qhttpengine"
)
configure_file(qhttpengine.pc.in "${CMAKE_CURRENT_BINARY_DIR}/qhttpengine.pc" @ONLY)