Skip to content

Commit 6feaf3b

Browse files
committed
Add TODO for CMake feature in 3.24
Created using spr 1.3.6-beta.1
1 parent 498c161 commit 6feaf3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libcxxabi/src/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ if (NOT APPLE) # On Apple platforms, we always use -nostdlib++ so we don't need
7676
endif()
7777

7878
if (FUCHSIA)
79+
# TODO use CMAKE_LINK_LIBRARY_USING_FEATURE once our minimum CMake is at least 3.24
80+
# https://cmake.org/cmake/help/latest/variable/CMAKE_LINK_LIBRARY_USING_FEATURE.html
7981
add_link_flags("-Wl,--push-state,--as-needed,-lzircon,--pop-state")
8082
endif()
8183

0 commit comments

Comments
 (0)