Compare commits

..

No commits in common. "6706e7e4c5bad07e2ea5abed6feb032bb1cef652" and "08c6afcba26b59a25698c5e69f23bbfe86ce0146" have entirely different histories.

View File

@ -50,9 +50,6 @@ if(BUILD_EXAMPLES)
endif()
endif()
install(FILES ${CMAKE_SOURCE_DIR}/src/whereami.h COMPONENT headers
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
if(PKG_CONFIG_FOUND)
configure_file(${CMAKE_SOURCE_DIR}/pkgconfig/whereami.pc.in ${CMAKE_BINARY_DIR}/whereami.pc)
install(FILES ${CMAKE_BINARY_DIR}/whereami.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
@ -109,7 +106,4 @@ if(CMAKE_CXX_COMPILER)
configure_file(${CMAKE_SOURCE_DIR}/pkgconfig/whereamipp.pc.in ${CMAKE_BINARY_DIR}/whereamipp.pc)
install(FILES ${CMAKE_BINARY_DIR}/whereamipp.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
endif()
install(FILES ${CMAKE_SOURCE_DIR}/src/whereami++.h COMPONENT headers
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
endif()