X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fcmake%2FBBTKFindLibraries.cmake;h=21d8599efa703b2993b885ca72c00b90cb05da26;hb=1cb8d15699ee9ba117205b4e50e7d7037b737640;hp=8a9eec7b5af59318dbb7ba8c3761a9d964b94f13;hpb=8f72b9ec6b72850975d47e4da84a9ad501e3821d;p=bbtk.git diff --git a/kernel/cmake/BBTKFindLibraries.cmake b/kernel/cmake/BBTKFindLibraries.cmake index 8a9eec7..21d8599 100644 --- a/kernel/cmake/BBTKFindLibraries.cmake +++ b/kernel/cmake/BBTKFindLibraries.cmake @@ -170,16 +170,6 @@ IF(USE_DOXYGEN) ENDIF(USE_DOXYGEN) #----------------------------------------------------------------------------- -#----------------------------------------------------------------------------- -IF(USE_DOT) - IF(WIN32) - FIND_PATH(DOT_DIR dot.exe PATHS $ENV{PATH} ) - IF(NOT DOT_DIR) - MESSAGE(FATAL_ERROR "Dot not found : set DOT_DIR to the folder containing dot.exe") - ENDIF(NOT DOT_DIR) - ENDIF(WIN32) -ENDIF(USE_DOT) -#----------------------------------------------------------------------------- #----------------------------------------------------------------------------- IF(USE_LATEX)