Formatting.

This commit is contained in:
Camilla Berglund
2012-03-25 13:58:07 +02:00
parent 7b46a184cb
commit 23776f67e3
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ find_package(OpenGL REQUIRED)
# Enable all warnings on GCC, regardless of OS
#--------------------------------------------------------------------
if (CMAKE_COMPILER_IS_GNUCC)
add_definitions(-Wall)
add_definitions(-Wall)
endif()
#--------------------------------------------------------------------