Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
beachtom committed Oct 7, 2023
1 parent e53153d commit 10afba2
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/wasm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,6 @@ if (NOT EMSCRIPTEN)
target_compile_options(web-ifc PUBLIC "-DCSG_DEBUG_OUTPUT")
target_compile_options(web-ifc PUBLIC "-DDEBUG_DUMP_SVG")
endif()

#build parameters for regression suite
add_executable (web-ifc-regression ${WebIfcSchema} ${WebIfcParsing} ${WebIfcUtility} ${WebIfcGeometry} ${WebIfcGeometryH} ${FuzzyHeaders} "regression.cpp" "./test/io_helpers.cpp")
param_setter(web-ifc-regression)
#comment these to prevent debug files being generated
if (NOT RELEASE)
target_compile_options(web-ifc PUBLIC "-DCSG_DEBUG_OUTPUT")
target_compile_options(web-ifc PUBLIC "-DDEBUG_DUMP_SVG")
endif()


endif()

0 comments on commit 10afba2

Please sign in to comment.