Commit 9f313a59 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Turned off test compilation with build without tests.

parent 85916af6
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -376,11 +376,12 @@ LINK_DIRECTORIES( ${LIBRARY_OUTPUT_PATH} )
#Pokracujeme dalsimi podadresari
add_subdirectory( src )
add_subdirectory( share )
if( WITH_TESTS STREQUAL "yes" )
    add_subdirectory( tests )

endif( WITH_TESTS STREQUAL "yes" )
if( WITH_EXAMPLES STREQUAL "yes" )
   add_subdirectory( examples )
endif()
endif( WITH_EXAMPLES STREQUAL "yes" )

set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Template Numerical Library")
set(CPACK_PACKAGE_VENDOR "MMG")
+2 −2
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@
#endif

#include <TNL/String.h>
#include <TNL/Images//Image.h>
#include <TNL/Images//RegionOfInterest.h>
#include <TNL/Images/Image.h>
#include <TNL/Images/RegionOfInterest.h>

#ifdef HAVE_JPEG_H
struct my_error_mgr