We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b85f87f commit 08e2453Copy full SHA for 08e2453
2 files changed
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.7 REQUIRED QUIET)
+find_package(GridTools 2.3.8 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.7
+2.3.8
0 commit comments