Pārlūkot izejas kodu

COMP: In CMakeLists.txt, mark DGraph_EXECUTABLE as advanced

Jean-Christophe Fillion-Robin 15 gadi atpakaļ
vecāks
revīzija
5234f6e25e
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      CMakeLists.txt

+ 1 - 0
CMakeLists.txt

@@ -343,6 +343,7 @@ FIND_PROGRAM(DGraph_EXECUTABLE DGraph
   "${CTK_BINARY_DIR}/Utilities/DGraph/bin/"
   "${CTK_BINARY_DIR}/Utilities/DGraph/bin/"
   "${CTK_BINARY_DIR}/Utilities/DGraph/Debug/"
   "${CTK_BINARY_DIR}/Utilities/DGraph/Debug/"
   "${CTK_BINARY_DIR}/Utilities/DGraph/Release/")
   "${CTK_BINARY_DIR}/Utilities/DGraph/Release/")
+MARK_AS_ADVANCED(DGraph_EXECUTABLE)
 
 
 # Obtain list of target ordered topologically
 # Obtain list of target ordered topologically
 EXECUTE_PROCESS(
 EXECUTE_PROCESS(