X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fcmake%2FBBTKFindLibraries.cmake;h=21d8599efa703b2993b885ca72c00b90cb05da26;hb=7785d9f3ee33f106ad64a204d8cef883185180b0;hp=8a9eec7b5af59318dbb7ba8c3761a9d964b94f13;hpb=ddd95a33055db4c79d8e2014b3c88873b7521d70;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)