Skip to content

Commit

Permalink
Add CPack to CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
dudoslav committed Jan 17, 2024
1 parent 8594341 commit 7a31a36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ if (TILEDB_SUPERBUILD)
return()
endif()

project(TileDB)
project(TileDB VERSION ${TILEDB_VERSION})
message(STATUS "Starting TileDB regular build.")
message(STATUS " CMake version: ${CMAKE_VERSION}")
# Paths to locate the installed external projects.
Expand Down
2 changes: 2 additions & 0 deletions tiledb/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1052,3 +1052,5 @@ configure_file(
)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/tiledb.pc
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)

include(CPack)

0 comments on commit 7a31a36

Please sign in to comment.