Browse Source

Merge pull request #2307 from assimp/disable_step

Disable step.
Kim Kulling 6 years ago
parent
commit
40a1c1ed07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/CMakeLists.txt

+ 1 - 1
code/CMakeLists.txt

@@ -890,7 +890,7 @@ SET( assimp_src
   ${PostProcessing_SRCS}
   ${MaterialSystem_SRCS}
   ${STEPParser_SRCS}
-  ${Step_SRCS}
+#  ${Step_SRCS} check if we need a different approach
 
   # Model Support
   ${ASSIMP_LOADER_SRCS}