Commit ee9af4fb authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Disabled building Experimental/Hamilton-Jacobi if --with-examples=no

parent 036442b2
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
ADD_SUBDIRECTORY( Arithmetics )
ADD_SUBDIRECTORY( Hamilton-Jacobi )
add_subdirectory( Arithmetics )
if( WITH_EXAMPLES STREQUAL "yes" )
   add_subdirectory( Hamilton-Jacobi )
endif()