Skip to content

Commit 06af91a

Browse files
authored
Update 2decomp version (#338)
1 parent 7027ffc commit 06af91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/decomp2d/downloadBuild2decomp.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ include(ExternalProject)
88

99
ExternalProject_Add(downloadBuild2decomp
1010
GIT_REPOSITORY "https://github.com/xcompact3d/2decomp-fft"
11-
GIT_TAG "v2.0.3"
11+
GIT_TAG "v2.0.4"
1212
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/decomp2d-src"
1313
INSTALL_DIR "${CMAKE_CURRENT_BINARY_DIR}/decomp2d-opt"
1414
TEST_COMMAND ""

0 commit comments

Comments
 (0)