]> Creatis software - creaVtk.git/blobdiff - CMakeLists.txt
#3525 Python descrition
[creaVtk.git] / CMakeLists.txt
index 5308eced06a0089771d733af60a7b94da6b3b817..cbc290e8dda3ab3e5c5fc07fb16907087ea692b7 100644 (file)
@@ -76,6 +76,8 @@ IF (crea_FOUND)
 ENDIF(crea_FOUND)
 #==================================
 
+
+
 # USER! : Add here as many 'FIND_PACKAGE' blocks as *your* aplication requires
 # -----
 
@@ -108,6 +110,7 @@ SET(USE_KWWIDGETS OFF)
 SET(USE_VTK       ON)
 SET(USE_ITK       OFF)
 SET(USE_BOOST     OFF)
+SET(USE_OPENMP    ON)
 
 #==================================