Commit 4b976bad authored by jan.koester's avatar jan.koester
Browse files

fixed def

parent 677e07e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ write_basic_package_version_file(

export(EXPORT httpppTargets
  FILE "${CMAKE_CURRENT_BINARY_DIR}/httppp/httpppTargets.cmake"
  NAMESPACE Upstream::
  NAMESPACE httppp::
)

configure_file(cmake/httpppConfig.cmake
@@ -83,7 +83,7 @@ install(EXPORT httpppTargets
  FILE
    httpppTargets.cmake
  NAMESPACE
    Upstream::
    httppp::
  DESTINATION
    ${ConfigPackageLocation}
)