Browse Source

change message

Former-commit-id: bb1a0b6d2043376409297a41462c3495d6f18f0c
Alec Jacobson 6 years ago
parent
commit
75577c62d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorial/CMakeLists.txt

+ 1 - 1
tutorial/CMakeLists.txt

@@ -44,7 +44,7 @@ endif()
 
 #######################
 if(NOT (LIBIGL_WITH_OPENGL AND LIBIGL_WITH_OPENGL_GLFW) )
-  message(WARNING "Most tutorial executables depend on OpenGL and glfw")
+  message(WARNING "Most tutorial executables depend on OpenGL and glfw. Use `cmake ../ -DLIBIGL_WITH_OPENGL=ON -DLIBIGL_WITH_OPENGL_GLFW=ON`")
   return()
 endif()