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 322da05 commit e065eb9Copy full SHA for e065eb9
cmake/malloc_utils.cmake
@@ -58,8 +58,6 @@ FUNCTION(FIND_MALLOC_LIBRARY library_name)
58
STRING_APPEND(CMAKE_MODULE_LINKER_FLAGS " -l${library_name}")
59
STRING_APPEND(CMAKE_SHARED_LINKER_FLAGS " -l${library_name}")
60
61
- SET(FIND_MALLOC_LIBRARY_FLAG "-l${library_name}" CACHE STRING "" FORCE)
62
-
63
FOREACH(flag
64
CMAKE_C_FLAGS
65
CMAKE_CXX_FLAGS
0 commit comments