Browse Source

rm _WITH in message

Alec Jacobson 3 years ago
parent
commit
10b3cd442e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorial/CMakeLists.txt

+ 1 - 1
tutorial/CMakeLists.txt

@@ -11,7 +11,7 @@ option(LIBIGL_TUTORIALS_CHAPTER7 "Compile libigl tutorials chapter 7" ON)
 include(libigl_tutorial_data)
 
 if(NOT TARGET igl::glfw)
-    message(WARNING "Most tutorial executables depend on OpenGL and glfw. Use `cmake -DLIBIGL_WITH_GLFW=ON ..`")
+    message(WARNING "Most tutorial executables depend on OpenGL and glfw. Use `cmake -DLIBIGL_GLFW=ON ..`")
 endif()
 
 # Chapter 1