Skip to content

Commit

Permalink
chore: Add comments for detecting compiler.libcxx
Browse files Browse the repository at this point in the history
  • Loading branch information
hwhsu1231 committed Dec 18, 2022
1 parent 8e7ec0a commit 4718944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conan.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ function(conan_cmake_detect_msvc_runtime result1 result2)
endfunction()


# Detect 'compiler.libcxx' setting for 'gcc', 'clang'...etc.
function(conan_cmake_detect_unix_libcxx result)
# Take into account any -stdlib in compile options
get_directory_property(compile_options DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMPILE_OPTIONS)
Expand Down

0 comments on commit 4718944

Please sign in to comment.