X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMakeLists.txt;h=6dd3eb4ddb781aee897c73f3aea7693e77e84b90;hb=b656ad459e724b1e5302f7907a6b84a54285131e;hp=b1d6dfcc67011783926a78ab4cf1e69ecd326314;hpb=6e0e793f2f4563f14ec012802a14f810ac12dcb7;p=creaImageIO.git diff --git a/CMakeLists.txt b/CMakeLists.txt index b1d6dfc..6dd3eb4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -129,7 +129,9 @@ ENDIF(BUILD_CREA_PACS) ADD_SUBDIRECTORY(appli) ADD_SUBDIRECTORY(bbtk) -ADD_SUBDIRECTORY(tests) + +#EED 31/05/2011 not compiling +#ADD_SUBDIRECTORY(tests) IF(MSVC AND CMAKE_SIZEOF_VOID_P MATCHES 4) ADD_SUBDIRECTORY(win32) @@ -141,4 +143,6 @@ endif() ADD_SUBDIRECTORY(install) #================================== -ENABLE_TESTING() + +#EED 31/05/2011 not compiling +#ENABLE_TESTING()