Skip to content

Commit

Permalink
- remove unused lines
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Sep 4, 2019
1 parent f5fd2d5 commit 896542a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeModules/FindLIBSBML.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ endif (NOT LIBSBML_LIBRARY)
add_library(${LIBSBML_LIBRARY_NAME} UNKNOWN IMPORTED)
set_target_properties(${LIBSBML_LIBRARY_NAME} PROPERTIES IMPORTED_LOCATION ${LIBSBML_LIBRARY})

include(CheckLibraryExists)
check_library_exists(ExpartParser "" HAVE_EXPAT)

endif()


Expand Down

0 comments on commit 896542a

Please sign in to comment.