We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67ea402 commit effd73dCopy full SHA for effd73d
ace2/CMakeLists.txt
@@ -18,10 +18,12 @@ target_link_libraries(ace
18
${CMAKE_DL_LIBS})
19
20
#ACE uses some ABC functions (st__insert) which cause warnings - we suppress them here
21
-set(ACE_SUPPRESS_FLAGS
+set(ACE_SUPPRESS_FLAGS
22
-Wno-int-to-pointer-cast
23
)
24
25
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${FLAGS_COMMON} -D__STDC_LIMIT_MACROS -D__STDC_FORMAT_MACROS")
26
+
27
include(CheckCXXCompilerFlag)
28
foreach(flag ${ACE_SUPPRESS_FLAGS})
29
CHECK_CXX_COMPILER_FLAG(${flag} CXX_COMPILER_SUPPORTS_${flag})
0 commit comments