Skip to content

Commit

Permalink
Change install dir for QtXlsxWriterConfig.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Yang authored Apr 28, 2017
1 parent 04d3eca commit c072fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ INSTALL(TARGETS QtXlsxWriter
ARCHIVE DESTINATION lib
)

INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/QtXlsxWriterConfig.cmake DESTINATION cmake)
INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/QtXlsxWriterConfig.cmake DESTINATION lib/cmake/${PROJECT_NAME})

SET(INCLUDE_FILES
src/xlsx/xlsxabstractooxmlfile.h
Expand Down

0 comments on commit c072fbc

Please sign in to comment.