build: remove unused CXX_EXTENTION define
This commit is contained in:
committed by
Chris Rizzitello
parent
b4a5b580bd
commit
6541ce3f84
@ -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_EXCEPTIONS 1)
|
||||
set(HAVE_CXX_MUTABLE 1)
|
||||
set(HAVE_CXX_STDLIB 1)
|
||||
set(HAVE_PTHREAD_SIGNAL 1)
|
||||
|
||||
@ -17,9 +17,6 @@
|
||||
|
||||
// clang-format off
|
||||
|
||||
/* Define if your compiler has exceptions support. */
|
||||
#cmakedefine HAVE_CXX_EXCEPTIONS @HAVE_CXX_EXCEPTIONS@
|
||||
|
||||
/* Define if your compiler has mutable support. */
|
||||
#cmakedefine HAVE_CXX_MUTABLE @HAVE_CXX_MUTABLE@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user