Skip to content

Commit fc62e19

Browse files
committed
Update CMakeLists.txt
1 parent 9a6867a commit fc62e19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ elseif(LINUX)
198198
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DGUID_STDLIB -std=c++17")
199199

200200
if(CLANG)
201+
message(STATUS "Using Linux Clang with libstdc++")
201202
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libstdc++")
202203
endif()
203204

0 commit comments

Comments
 (0)