fixed installation command

This commit is contained in:
Aart Stuurman 2018-01-24 18:56:11 +01:00
parent da3eee9460
commit 33a2f96fb1
1 changed files with 2 additions and 2 deletions

View File

@ -90,6 +90,6 @@ else()
) )
endif() endif()
# copy header files # copy header files
install(DIRECTORY include/amqpcpp DESTINATION include/amqpcpp install(DIRECTORY include/amqpcpp/ DESTINATION include/amqpcpp
FILES_MATCHING PATTERN "*.h") FILES_MATCHING PATTERN "*.h")
install(FILES amqpcpp.h DESTINATION include) install(FILES include/amqpcpp.h DESTINATION include)