Skip to content

Commit 91ee6fd

Browse files
Igor S. Gerasimovfoxtran
authored andcommitted
Update CMakeLists.txt
1 parent de63311 commit 91ee6fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Fortran/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(MPI_load_balancer_example
44
VERSION 0.0.0
55
LANGUAGES Fortran)
66

7-
option(WITH_MPI "Enable MPI" OFF)
7+
option(WITH_MPI "Enable MPI" OFF)
88

99
if(WITH_MPI)
1010
add_compile_definitions(WITH_MPI)
@@ -13,7 +13,7 @@ endif()
1313
include(FetchContent)
1414
FetchContent_Declare(SLB4MPI
1515
GIT_REPOSITORY https://github.com/foxtran/SLB4MPI.git
16-
GIT_TAG origin/rename/final
16+
GIT_TAG origin/master
1717
)
1818
FetchContent_MakeAvailable(SLB4MPI)
1919
FetchContent_GetProperties(SLB4MPI SOURCE_DIR SLB4MPI_SOURCE_DIR)

0 commit comments

Comments
 (0)