Use absolute rather than relative paths when installing.

This commit is contained in:
Roger A. Light
2022-06-22 22:43:39 +01:00
parent 38295aeca3
commit 436635fda8
3 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -69,4 +69,4 @@ if(WITH_STATIC_LIBRARIES)
)
endif()
install(FILES ../../mosquittopp.h DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}")
install(FILES ${mosquitto_SOURCE_DIR}/include/mosquittopp.h DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}")