Skip to content

Commit

Permalink
Propagate DIST to kognac build
Browse files Browse the repository at this point in the history
  • Loading branch information
CerielJacobs committed Nov 25, 2022
1 parent cbdf98b commit ca63a3c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,11 @@ ELSE()
DOWNLOAD_DIR .
SOURCE_DIR trident
BUILD_IN_SOURCE 1
CMAKE_ARGS "-DSPARQL=1" "-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}"
IF (DIST)
CMAKE_ARGS "-DDIST=1" "-DSPARQL=1" "-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}"
ELSE()
CMAKE_ARGS "-DSPARQL=1" "-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}"
ENDIF()
INSTALL_COMMAND ""
)
ExternalProject_Get_Property(git-trident SOURCE_DIR)
Expand Down

0 comments on commit ca63a3c

Please sign in to comment.