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.
2 parents 669870d + 6967393 commit ce77c22Copy full SHA for ce77c22
CMakeLists.txt
@@ -158,7 +158,7 @@ if(${CMAKE_CXX_COMPILER_ID} STREQUAL "GNU" OR ${CMAKE_CXX_COMPILER_ID} STREQUAL
158
include(CheckCXXSymbolExists)
159
check_cxx_symbol_exists(mallinfo2 "malloc.h" PUMIPIC_HAS_MALLINFO2)
160
if(PUMIPIC_HAS_MALLINFO2)
161
- target_compile_definitions(support INTERFACE -DPUMIPIC_HAS_MALLINFO2)
+ target_compile_definitions(support PUBLIC -DPUMIPIC_HAS_MALLINFO2)
162
endif()
163
164
0 commit comments