rm unreachable code (in our regular automated testing)

This commit is contained in:
Radovan Bast
2015-09-18 14:26:06 +02:00
parent fd163f8b97
commit 825f8cfb9c
3 changed files with 0 additions and 16 deletions

View File

@ -1,7 +1 @@
if(CMAKE_Fortran_COMPILER_ID MATCHES PGI)
# we remove -rdynamic flag added by CMake
# PGI Fortran does not recognize this flag
SET(CMAKE_SHARED_LIBRARY_LINK_Fortran_FLAGS)
endif()
add_executable(example example.f90 module.f90)