Skip to content

Commit

Permalink
Fix format in CMakeLists.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-korous committed Oct 12, 2011
1 parent 8be9391 commit 1f9b174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -18,9 +18,9 @@ project(hermes)
set(HERMES_COMMON_WITH_TESTS YES)

# Hermes2D:
set(WITH_H2D YES)
set(WITH_H2D YES)
# Release and debug versions.
set(H2D_DEBUG YES)
set(H2D_DEBUG YES)
set(H2D_RELEASE YES)
# Optional parts of the library.
set(H2D_WITH_GLUT YES)
Expand Down

0 comments on commit 1f9b174

Please sign in to comment.