Skip to content

Commit 306aedb

Browse files
committed
Update CMakeLists.txt
add guidance for CentOS
1 parent dd672b2 commit 306aedb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if(UNIX) # LINUX, FREE_BSD, APPLE
5454
set(PCM_DYNAMIC_ASAN "")
5555
set(PCM_STATIC_ASAN "-static-libasan")
5656
message(STATUS "Using static libasan")
57-
message(STATUS "To use dynamic libasan, use -DNO_STATIC_LIBASAN=1 option")
57+
message(STATUS "To use dynamic libasan, use -DNO_STATIC_LIBASAN=1 option (required for CentOS)")
5858
endif()
5959

6060
if(APPLE)

0 commit comments

Comments
 (0)