File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ OPTION(ENABLE_BUILD_OPTIMIZATIONS "Enable certain compiler and linker optimizati
2828OPTION (USE_IFC4 "Use IFC 4 instead of IFC 2x3 (full rebuild recommended when switching this)" OFF )
2929OPTION (BUILD_IFCPYTHON "Build IfcPython." ON )
3030OPTION (BUILD_EXAMPLES "Build example applications." ON )
31- OPTION (USE_VLC "Use Visual Leak Detector for debugging memory leaks, MSVC-only." OFF )
31+ OPTION (USE_VLD "Use Visual Leak Detector for debugging memory leaks, MSVC-only." OFF )
3232# TODO QtViewer is deprecated ATM as it uses the 0.4 API
3333# OPTION(BUILD_QTVIEWER "Build IfcOpenShell Qt GUI Viewer (requires Qt 4 framework)." OFF)
3434
@@ -238,8 +238,8 @@ if(ENABLE_BUILD_OPTIMIZATIONS)
238238endif ()
239239
240240IF (MSVC )
241- IF (USE_VLC )
242- ADD_DEFINITIONS (-DUSE_VLC )
241+ IF (USE_VLD )
242+ ADD_DEFINITIONS (-DUSE_VLD )
243243 ENDIF ()
244244 # Enforce Unicode for CRT and Win32 API calls
245245 ADD_DEFINITIONS (-D_UNICODE -DUNICODE )
Original file line number Diff line number Diff line change 4141#include " ../ifcparse/IfcHierarchyHelper.h"
4242#include " ../ifcgeom/IfcGeom.h"
4343
44- #if USE_VLC
44+ #if USE_VLD
4545#include < vld.h>
4646#endif
4747
Original file line number Diff line number Diff line change 1919
2020#include " ../ifcparse/IfcFile.h"
2121
22- #if USE_VLC
22+ #if USE_VLD
2323#include < vld.h>
2424#endif
2525
Original file line number Diff line number Diff line change 4646#include < IGESControl_Controller.hxx>
4747#include < Standard_Version.hxx>
4848
49- #if USE_VLC
49+ #if USE_VLD
5050#include < vld.h>
5151#endif
5252
Original file line number Diff line number Diff line change 3737
3838#include " ../ifcgeom/IfcGeomIterator.h"
3939
40- #if USE_VLC
40+ #if USE_VLD
4141#include < vld.h>
4242#endif
4343
You can’t perform that action at this time.
0 commit comments