Skip to content

Commit

Permalink
remove c++11/14 from DetectSupportedStandards.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
fbusato committed Feb 4, 2025
1 parent f43bab1 commit caa1618
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions thrust/cmake/DetectSupportedStandards.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
# - lang: The language to test: C, CXX, or CUDA.
# - standards: List of any standard versions.
#
# Example: detect_supported_cxx_standards(PROJ CXX 11 14 17)
# Example: detect_supported_cxx_standards(PROJ CXX 17 20)
# - Sets the following variables in the parent scope to TRUE or FALSE:
# - PROJ_CXX_11_SUPPORTED
# - PROJ_CXX_14_SUPPORTED
# - PROJ_CXX_17_SUPPORTED
# - PROJ_CXX_20_SUPPORTED
#
function(detect_supported_standards prefix lang)
string(TOLOWER "${lang}_std" feature_prefix)
Expand Down

0 comments on commit caa1618

Please sign in to comment.