Warning, /education/cantor/src/backends/octave/cmake.patch is written in an unsupported language. File is not indexed.

0001 Index: CMakeLists.txt
0002 ===================================================================
0003 --- CMakeLists.txt      (revision 1124619)
0004 +++ CMakeLists.txt      (working copy)
0005 @@ -12,3 +12,5 @@
0006  if(R_FOUND)
0007         macro_optional_add_subdirectory(R)
0008  endif(R_FOUND)
0009 +
0010 +add_subdirectory(octave)