Skip to content

Commit

Permalink
Merge branch 'update/tools-dependency' into 'develop'
Browse files Browse the repository at this point in the history
Updating tools dependency

See merge request njoy/ACEtk!6
  • Loading branch information
whaeck committed Oct 16, 2024
2 parents ded98d7 + 261c7fd commit cc58812
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ option( ACEtk.installation "Install ACEtk" ON )
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/.cmake)
include( cmake/dependencies.cmake )

########################################################################
########################################################################
# Project targets
########################################################################

Expand Down
2 changes: 1 addition & 1 deletion cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include( shacl_FetchContent )

shacl_FetchContent_Declare( tools
GIT_REPOSITORY ../../njoy/tools
GIT_TAG e0eb6b4f3e6d7afce7c2c521e68b4f223c50fe2d # tag: v0.4.0
GIT_TAG 0133415ba4f1801a6ee86c7c04eb0cf303aeb731 # NOT A RELEASED VERSION - CHANGE ME!
)

#######################################################################
Expand Down

0 comments on commit cc58812

Please sign in to comment.