Commit 1a751d80 authored by jan.koester's avatar jan.koester
Browse files

corrected namespace

parent ed25f295
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ write_basic_package_version_file(

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

configure_file(cmake/htmlppConfig.cmake
@@ -74,7 +74,7 @@ install(EXPORT htmlppTargets
  FILE
    htmlppTargets.cmake
  NAMESPACE
    Upstream::
   htmlpp::
  DESTINATION
    ${ConfigPackageLocation}
)