Revert accidental change to VRML logging levels
This commit is contained in:
parent
14178ee521
commit
d6af042c64
|
@ -6,7 +6,7 @@ include_directories(
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/x3d
|
${CMAKE_CURRENT_SOURCE_DIR}/x3d
|
||||||
)
|
)
|
||||||
|
|
||||||
add_definitions( -DDEBUG_VRML1=3 -DDEBUG_VRML2=3 -DDEBUG_X3D=3 )
|
add_definitions( -DDEBUG_VRML1=1 -DDEBUG_VRML2=1 -DDEBUG_X3D=1 )
|
||||||
|
|
||||||
add_library( s3d_plugin_vrml MODULE
|
add_library( s3d_plugin_vrml MODULE
|
||||||
${CMAKE_SOURCE_DIR}/common/richio.cpp
|
${CMAKE_SOURCE_DIR}/common/richio.cpp
|
||||||
|
|
Loading…
Reference in New Issue