Skip to content

Commit 687d362

Browse files
authored
Update CMakeLists.txt
1 parent b06d02c commit 687d362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ install(TARGETS ${PROJECT_NAME}
4545
LIBRARY DESTINATION lib
4646
)
4747

48-
install(FILES GLOOX_HEADERS DESTINATION include/gloox)
49-
install(EXPORT ${PROJECT_NAME}-config DESTINATION cmake)
48+
install(FILES ${GLOOX_HEADERS} DESTINATION include/gloox)
49+
install(EXPORT ${PROJECT_NAME}-config DESTINATION cmake)

0 commit comments

Comments
 (0)