Skip to content

Commit 4ad5d6a

Browse files
Merge pull request #5 from learndaxa/renovate/ipotrick-daxa-3.x
chore(deps): update dependency ipotrick/daxa to v3.0.4
2 parents e63db10 + 3241802 commit 4ad5d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/deps.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if(NOT EXISTS "${CMAKE_CURRENT_LIST_DIR}/../lib/Daxa/CMakeLists.txt")
99
execute_process(COMMAND ${GIT_EXECUTABLE} clone https://github.com/Ipotrick/Daxa
1010
WORKING_DIRECTORY "${CMAKE_CURRENT_LIST_DIR}/../lib"
1111
COMMAND_ERROR_IS_FATAL ANY)
12-
execute_process(COMMAND ${GIT_EXECUTABLE} checkout 3.0.3 # renovate: Use the latest daxa release
12+
execute_process(COMMAND ${GIT_EXECUTABLE} checkout 3.0.4 # renovate: Use the latest daxa release
1313
WORKING_DIRECTORY "${CMAKE_CURRENT_LIST_DIR}/../lib/Daxa"
1414
COMMAND_ERROR_IS_FATAL ANY)
1515
endif()

0 commit comments

Comments
 (0)