Browse Source

Update submodules

master
C. J. Howard 4 years ago
parent
commit
b63b5548ae
Signed by: cjhoward GPG Key ID: 03E1FABA9C3EC195
4 changed files with 7 additions and 5 deletions
  1. +4
    -2
      CMakeLists.txt
  2. +1
    -1
      modules/antkeeper-data
  3. +1
    -1
      modules/antkeeper-source
  4. +1
    -1
      modules/vmq

+ 4
- 2
CMakeLists.txt View File

@ -39,8 +39,8 @@ endif()
project(${PACKAGE_NAME}-superbuild VERSION ${PACKAGE_VERSION})
# Options
set(INKSCAPE_PATH "inkscape" CACHE PATH "Path to the Inkscape binary")
set(BLENDER_PATH "blender" CACHE PATH "Path to the Blender binary")
set(BLENDER "blender" CACHE FILEPATH "Path to Blender executable")
set(INKSCAPE "inkscape" CACHE FILEPATH "Path to Inkscape executable")
# Setup module directories
set(MODULE_SOURCE_DIR "${PROJECT_SOURCE_DIR}/modules")
@ -139,6 +139,8 @@ ExternalProject_Add(antkeeper-data
"-DCMAKE_INSTALL_PREFIX=${PACKAGE_INSTALL_DIR}"
"-DPACKAGE_PLATFORM=${PACKAGE_PLATFORM}"
"-DCMAKE_PREFIX_PATH=${MODULE_INSTALL_DIR}"
"-DBLENDER=${BLENDER}"
"-DINKSCAPE=${INKSCAPE}"
BUILD_ALWAYS 1)
# Create install target

+ 1
- 1
modules/antkeeper-data

@ -1 +1 @@
Subproject commit 45abee3bb3a4ee9394405786affbe45361d3d15e
Subproject commit 7564029c93c2e5259804497a443b603bc2418fe8

+ 1
- 1
modules/antkeeper-source

@ -1 +1 @@
Subproject commit 7e1066175c77b59252811a0b285881e0b94f8cbc
Subproject commit 334db35d03d7f171fd53bb572a30422d24130220

+ 1
- 1
modules/vmq

@ -1 +1 @@
Subproject commit 94352be4df0b2d374293786ddf95420327ebdf93
Subproject commit f41f0d9bd8350258496fd28d9b3a186373bfaf92

Loading…
Cancel
Save