File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ ENDIF()
280280# Use the found libTKernel as a template for all other OCC libraries
281281# TODO Extract this into macro/function
282282foreach (lib ${OPENCASCADE_LIBRARY_NAMES} )
283- # Make sure we'll handle the Windows/MSVC debug postfix convetion too.
283+ # Make sure we'll handle the Windows/MSVC debug postfix convention too.
284284 string (REPLACE TKerneld "${lib} " lib_path "${libTKernel} " )
285285 string (REPLACE TKernel "${lib} " lib_path "${lib_path} " )
286286 list (APPEND OPENCASCADE_LIBRARIES "${lib_path} " )
@@ -355,7 +355,7 @@ IF(COLLADA_SUPPORT AND BUILD_CONVERT)
355355
356356 # Use the found OpenCOLLADAFramework as a template for all other OpenCOLLADA libraries
357357 foreach (lib ${OPENCOLLADA_LIBRARY_NAMES} )
358- # Make sure we'll handle the Windows/MSVC debug postfix convetion too.
358+ # Make sure we'll handle the Windows/MSVC debug postfix convention too.
359359 string (REPLACE OpenCOLLADAFrameworkd "${lib} " lib_path "${OpenCOLLADAFramework} " )
360360 string (REPLACE OpenCOLLADAFramework "${lib} " lib_path "${lib_path} " )
361361 list (APPEND OPENCOLLADA_LIBRARIES "${lib_path} " )
Original file line number Diff line number Diff line change 4545test_cases = []
4646failed = []
4747
48- # Create the ouput directory
48+ # Create the output directory
4949cwd = os .path .abspath (os .path .dirname (inspect .getfile (inspect .currentframe ())))
5050os .chdir (cwd )
5151if not os .path .exists ("output" ): os .mkdir ("output" )
You can’t perform that action at this time.
0 commit comments