fixed installation command
This commit is contained in:
parent
da3eee9460
commit
33a2f96fb1
|
|
@ -90,6 +90,6 @@ else()
|
|||
)
|
||||
endif()
|
||||
# copy header files
|
||||
install(DIRECTORY include/amqpcpp DESTINATION include/amqpcpp
|
||||
install(DIRECTORY include/amqpcpp/ DESTINATION include/amqpcpp
|
||||
FILES_MATCHING PATTERN "*.h")
|
||||
install(FILES amqpcpp.h DESTINATION include)
|
||||
install(FILES include/amqpcpp.h DESTINATION include)
|
||||
Loading…
Reference in New Issue