diff --git a/Builds/CMake/RippledCompiler.cmake b/Builds/CMake/RippledCompiler.cmake index 163c82823..cfcede0b6 100644 --- a/Builds/CMake/RippledCompiler.cmake +++ b/Builds/CMake/RippledCompiler.cmake @@ -17,7 +17,9 @@ target_compile_features (common INTERFACE cxx_std_20) target_compile_definitions (common INTERFACE $<$:DEBUG _DEBUG> - $<$,$>>:NDEBUG>) + $<$,$>>:NDEBUG> + # TODO: Remove once we have migrated functions from OpenSSL 1.x to 3.x. + OPENSSL_SUPPRESS_DEPRECATED) # ^^^^ NOTE: CMAKE release builds already have NDEBUG # defined, so no need to add it explicitly except for # this special case of (profile ON) and (assert OFF)