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,8 +1,3 @@
if(CMAKE_Fortran_COMPILER_ID MATCHES PGI)
# remove -rdynamic flag offensive for PGI Fortran
list(REMOVE_ITEM CMAKE_SHARED_LIBRARY_LINK_Fortran_FLAGS "-rdynamic")
endif()
if(LAPACK_FOUND)
add_executable(example example.F90)
target_link_libraries(example ${MATH_LIBS})