Commit cd3c4787 authored by jan.koester's avatar jan.koester
Browse files

fixed config

parent 8abdd525
Loading
Loading
Loading
Loading
+35 −36
Original line number Diff line number Diff line
@@ -31,8 +31,7 @@
      "cmakeCommandArgs": "",
      "buildCommandArgs": "",
      "ctestCommandArgs": "",
            "inheritEnvironments": [ "msvc_x86" ],
            "variables": []
      "inheritEnvironments": [ "msvc_x86" ]
    }
  ]
}
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -3,5 +3,5 @@ include(CMakeFindDependencyMacro)
include(${CMAKE_CURRENT_LIST_DIR}/libhttpppTargets.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/libhttpppConfigVersion.cmake)

set(HTTPPP_INCLUDE_DIR   "@CMAKE_INSTALL_PREFIX@/include" )
set(HTTPPP_CONFIG_DIR    "@CMAKE_INSTALL_PREFIX@/@ConfigPackageLocation@" )
 No newline at end of file
set(HTTPPP_INCLUDE_DIR   "${CMAKE_CURRENT_LIST_DIR}../../../include")
set(HTTPPP_CONFIG_DIR    "${CMAKE_CURRENT_LIST_DIR}" )
 No newline at end of file