mirror of
https://github.com/glfw/glfw.git
synced 2024-11-13 05:53:50 +00:00
Added comment.
This commit is contained in:
parent
7f1d91e67b
commit
f21f196036
@ -14,6 +14,9 @@ option(GLFW_BUILD_TESTS "Build the GLFW test programs" ON)
|
|||||||
|
|
||||||
find_package(OpenGL REQUIRED)
|
find_package(OpenGL REQUIRED)
|
||||||
|
|
||||||
|
#--------------------------------------------------------------------
|
||||||
|
# Enable all warnings on GCC, regardless of OS
|
||||||
|
#--------------------------------------------------------------------
|
||||||
if (CMAKE_COMPILER_IS_GNUCC)
|
if (CMAKE_COMPILER_IS_GNUCC)
|
||||||
add_definitions(-Wall)
|
add_definitions(-Wall)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user