We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06d02c commit 687d362Copy full SHA for 687d362
CMakeLists.txt
@@ -45,5 +45,5 @@ install(TARGETS ${PROJECT_NAME}
45
LIBRARY DESTINATION lib
46
)
47
48
-install(FILES GLOOX_HEADERS DESTINATION include/gloox)
49
-install(EXPORT ${PROJECT_NAME}-config DESTINATION cmake)
+install(FILES ${GLOOX_HEADERS} DESTINATION include/gloox)
+install(EXPORT ${PROJECT_NAME}-config DESTINATION cmake)
0 commit comments