Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
davebayer committed Jan 3, 2025
1 parent e5ee5d2 commit 0fc17e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcudacxx/test/internal_headers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC" AND NOT "${CMAKE_CXX_STANDARD}" M
list(FILTER internal_headers EXCLUDE REGEX "mdspan")
endif()

# Exclude msvc_win32.h on non-MSVC compilers
# Exclude __limits/msvc_win32.h on non-MSVC compilers
if (NOT "${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
list(FILTER internal_headers EXCLUDE REGEX "__limits/msvc_win32.h")
endif()
Expand Down

0 comments on commit 0fc17e7

Please sign in to comment.