Skip to content
Snippets Groups Projects

Fixed fortran test

Closed Ivan Tsybulin requested to merge tsybulin/parlib:master into master
Files
2
+ 3
3
@@ -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)
Loading