From 5dd222b00ec8f895b7789225ca767ed2f890aa07 Mon Sep 17 00:00:00 2001
From: Ivan Tsybulin <tsybulinhome@gmail.com>
Date: Mon, 19 Sep 2022 20:37:38 +0000
Subject: [PATCH] Fixed cmake

---
 ParLib.src/CMakeLists.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ParLib.src/CMakeLists.txt b/ParLib.src/CMakeLists.txt
index 0ad6af4..b881c15 100644
--- a/ParLib.src/CMakeLists.txt
+++ b/ParLib.src/CMakeLists.txt
@@ -156,12 +156,12 @@ endif(BUILD_FORT_LIBS)
 #~TESTS
 if(BUILD_FORT_LIBS)
 if(BUILD_SHARED_LIBS)
-add_executable(parlibf_test_shared parlibf_test.f90)
+add_executable(parlibf_test_shared parlibf_test.F90)
 target_link_libraries(parlibf_test_shared
         parlibf-shared)
 endif(BUILD_SHARED_LIBS)
 if(BUILD_STATIC_LIBS)
-    add_executable(parlibf_test_static parlibf_test.f90)
+    add_executable(parlibf_test_static parlibf_test.F90)
     target_link_libraries(parlibf_test_static
             parlibf-static)
 endif(BUILD_STATIC_LIBS)
@@ -254,4 +254,4 @@ endif(BUILD_SHARED_LIBS)
 endif(BUILD_FORT_LIBS)
 
 #adding man pages
-add_subdirectory(man)
\ No newline at end of file
+add_subdirectory(man)
-- 
GitLab