Skip to content

Instantly share code, notes, and snippets.

@iche033
Last active October 24, 2016 18:11
Show Gist options
  • Save iche033/68349eebfc436e484b70e6e3508ae27b to your computer and use it in GitHub Desktop.
Save iche033/68349eebfc436e484b70e6e3508ae27b to your computer and use it in GitHub Desktop.
ogre-1.9-ois
diff -r 108ab0bcc696 CMakeLists.txt
--- a/CMakeLists.txt Fri Jul 15 02:11:59 2016 +0200
+++ b/CMakeLists.txt Mon Oct 24 10:27:30 2016 -0700
@@ -510,7 +510,9 @@
endif ()
# Setup samples
-add_subdirectory(Samples)
+if (OGRE_BUILD_SAMPLES)
+ add_subdirectory(Samples)
+endif()
# Add android JNI binding
if(ANDROID)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment