Project

General

Profile

« Previous | Next » 

Revision 5137aa62

Added by david.sorber 8 months ago

  • ID 5137aa62ae4d9a0d3e1f8583331d6871513b7af5
  • Parent 8a4a274f

Update CMakeLists.txt to point to libpackjpg's new separate repo home.

View differences:

CMakeLists.txt
# TODO: only build/install libpackjpg.a
ExternalProject_Add(libpackjpg_local
GIT_REPOSITORY "https://brutus.gleeze.com/git/main"
GIT_REPOSITORY "https://brutus.gleeze.com/git/libpackjpg"
PREFIX ${PACKJPG_PREFIX}
INSTALL_DIR ${PACKJPG_PREFIX}/install
SOURCE_SUBDIR software/libpackjpg/lib_src
SOURCE_SUBDIR lib_src
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${PACKJPG_PREFIX}/install -DCMAKE_BUILD_TYPE=Release)

Also available in: Unified diff