Skip to content

Commit

Permalink
Temp put last
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdawkins committed Aug 19, 2023
1 parent 41429b3 commit 4892ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/add_project_postgres.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set( VIAME_POSTGRES_FILENAME postgresql-9.5.1-1-windows-x64-binaries.zip )
set( VIAME_POSTGRES_DIR ${VIAME_BUILD_PREFIX}/src/postgres )

ExternalProject_Add( postgres
DEPENDS kwiver
DEPENDS viame
URL ${VIAME_POSTGRES_URL}
URL_MD5 ${VIAME_POSTGRES_MD5}
DOWNLOAD_DIR ${VIAME_DOWNLOAD_DIR}
Expand Down

0 comments on commit 4892ca6

Please sign in to comment.