Skip to content

Commit c58cf40

Browse files
committed
Turn on deprecation warnings for dependencies
Signed-off-by: Nick Avramoussis <[email protected]>
1 parent dd69b1a commit c58cf40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ paths provided through the Xxx_ROOT, supported XXX_INCLUDEDIR/XXX_LIBRARYDIR var
124124
list will be searched.]=] OFF)
125125
option(OPENVDB_USE_DEPRECATED_ABI_6 "Bypass minimum ABI requirement checks" OFF)
126126
option(OPENVDB_USE_FUTURE_ABI_9 "Bypass future ABI check" OFF)
127-
option(OPENVDB_FUTURE_DEPRECATION "Generate messages for upcoming deprecation" OFF)
127+
option(OPENVDB_FUTURE_DEPRECATION "Generate messages for upcoming deprecation" ON)
128128
option(OPENVDB_ENABLE_UNINSTALL "Adds a CMake uninstall target." ON)
129129
option(USE_COLORED_OUTPUT "Always produce ANSI-colored output (GNU/Clang only)." OFF)
130130
option(USE_PKGCONFIG "Use pkg-config to search for dependent libraries." ON)

0 commit comments

Comments
 (0)