]> Creatis software - FrontAlgorithms.git/blobdiff - CMakeLists.txt
...
[FrontAlgorithms.git] / CMakeLists.txt
index 5b0669ec9a7e0b8e0bb751421f5c25083d94d79c..914bfe6f8eae3800ffef4c315688f0399fcf0108 100644 (file)
@@ -1,4 +1,4 @@
-CMAKE_MINIMUM_REQUIRED(VERSION 3.5)
+CMAKE_MINIMUM_REQUIRED(VERSION 3.0)
 
 ## ========================
 ## == Project definition ==
@@ -64,9 +64,6 @@ ENDFOREACH(_dir)
 ## == Manage source code ==
 ## ========================
 
-SUBDIRS(lib)
-IF(USE_cpPlugins)
-  SUBDIRS(plugins)
-ENDIF(USE_cpPlugins)
+SUBDIRS(cmake lib plugins appli)
 
 ## eof - $RCSfile$