Skip to content

Commit

Permalink
Fix BFD searching.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-korous committed Jan 29, 2014
1 parent cc1dd20 commit b3853cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,8 @@ project(hermes)

if (BFD_LIBRARY AND BFD_WORKS)
set( HAVE_BFD YES )
else()
set(BFD_LIBRARY "")
endif()
endif()

Expand Down Expand Up @@ -511,4 +513,4 @@ project(hermes)
message(" Hermes2D with OpenGL: ${H2D_WITH_GLUT}")
endif(WITH_H2D)
message("---------------------")
message("\n")
message("\n")

0 comments on commit b3853cd

Please sign in to comment.