Skip to content

Commit

Permalink
GIT_SHALLOW is interfering with building specific dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Epixu committed Oct 25, 2023
1 parent 62a235d commit aab2c6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion LangulusUtilities.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ function(fetch_langulus_module NAME GIT_TAG TAG)
Langulus${NAME}
GIT_REPOSITORY https://github.com/Langulus/${NAME}.git
GIT_TAG ${TAG}
GIT_SHALLOW TRUE
SOURCE_DIR "${LANGULUS_EXTERNAL_DIRECTORY}/${NAME}-src"
SUBBUILD_DIR "${CMAKE_BINARY_DIR}/external/${NAME}-subbuild"
${ARGN}
Expand Down

0 comments on commit aab2c6d

Please sign in to comment.