Browse Source

Platform: suggest EXCLUDE_FROM_ALL for a GLFW CMake subproject.

euler-xxx
Vladimír Vondruš 5 years ago
parent
commit
13fc4ebffa
  1. 2
      src/Magnum/Platform/GlfwApplication.h

2
src/Magnum/Platform/GlfwApplication.h

@ -116,7 +116,7 @@ the first part and point `CMAKE_PREFIX_PATH` to its installation dir if
necessary.
@code{.cmake}
add_subdirectory(glfw)
add_subdirectory(glfw EXCLUDE_FROM_ALL)
set(WITH_GLFWAPPLICATION ON CACHE BOOL "" FORCE)
add_subdirectory(magnum EXCLUDE_FROM_ALL)

Loading…
Cancel
Save