We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 409a7dd commit 5fb48c4Copy full SHA for 5fb48c4
docs_src/manuals/getting_started/code/CMakeLists.txt
@@ -4,7 +4,7 @@ project(GridTools-laplacian LANGUAGES CXX)
4
5
set(CMAKE_CXX_EXTENSIONS OFF) # Currently required for HIP
6
7
-find_package(GridTools 2.3.8 REQUIRED QUIET)
+find_package(GridTools 2.3.9 REQUIRED QUIET)
8
9
if(TARGET GridTools::stencil_cpu_ifirst)
10
add_executable(gt_laplacian test_gt_laplacian.cpp)
version.txt
@@ -1 +1 @@
1
-2.3.8
+2.3.9
0 commit comments