Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CPack to CMakeLists.txt #4645

Merged
merged 10 commits into from
Jan 29, 2024
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)
Loading