Salome HOME
Fix OpenCV_INCLUDE_DIRS definition on windows - Othewise SAT will not generate a...
[tools/sat_salome.git] / products / cmake.pyconf
index 898e60845e45e93927161d0fcff22361860c0f8d..9bd309b447ce626a580ff4ce955d9600a1808e85 100644 (file)
@@ -4,6 +4,7 @@ default :
     build_source : "script"
     compil_script : $name  + $VARS.scriptExtension
     get_source : "archive"
+    patches: []
     system_info : 
     {
         rpm : []
@@ -25,3 +26,13 @@ default :
       compile_time : "yes"
     }
 }
+
+version_3_12_1:
+{
+  patches : ['cmake-3.12.1.patch'] # spns #19085
+}
+
+version_3_12_1_win:
+{
+  patches : []
+}
\ No newline at end of file