build: remove unused CXX_CASTS define

This commit is contained in:
sithlord48
2025-01-20 14:12:35 -05:00
committed by Chris Rizzitello
parent d72fd2b3d9
commit b4a5b580bd
2 changed files with 0 additions and 4 deletions

View File

@ -228,7 +228,6 @@ macro(configure_unix_libs)
# For config.h, set some static values; it may be a good idea to make these
# values dynamic for non-standard UNIX compilers.
set(HAVE_CXX_CASTS 1)
set(HAVE_CXX_EXCEPTIONS 1)
set(HAVE_CXX_MUTABLE 1)
set(HAVE_CXX_STDLIB 1)

View File

@ -17,9 +17,6 @@
// clang-format off
/* Define if your compiler has C++ cast support. */
#cmakedefine HAVE_CXX_CASTS @HAVE_CXX_CASTS@
/* Define if your compiler has exceptions support. */
#cmakedefine HAVE_CXX_EXCEPTIONS @HAVE_CXX_EXCEPTIONS@