Make occt optional

This commit is contained in:
Thomas Krijnen
2023-03-22 11:17:14 +01:00
parent cb35378a73
commit 2b1b79bf1c
28 changed files with 187 additions and 134 deletions
+4 -1
View File
@@ -17,6 +17,8 @@
* *
********************************************************************************/
#ifdef IFOPSH_WITH_OPENCASCADE
#ifndef STEPSERIALIZER_H
#define STEPSERIALIZER_H
@@ -58,4 +60,5 @@ public:
}
};
#endif
#endif
#endif