Skip to content
Snippets Groups Projects
  • Nat Goodspeed's avatar
    8e70575b
    SL-18837: Remove C++17 override, given build-variables change. · 8e70575b
    Nat Goodspeed authored
    Until now, the viewer has explicitly set(CMAKE_CXX_STANDARD 17) with a comment
    explaining that we hadn't dared add -std=c++17 to build-variables/variables
    because we didn't know if we could build all the component autobuild packages
    with that switch. Now that we've successfully built all of them with that
    switch, we've updated the viewer branch of build-variables, so we can remove
    the viewer's CMAKE_CXX_STANDARD override.
    8e70575b
    History
    SL-18837: Remove C++17 override, given build-variables change.
    Nat Goodspeed authored
    Until now, the viewer has explicitly set(CMAKE_CXX_STANDARD 17) with a comment
    explaining that we hadn't dared add -std=c++17 to build-variables/variables
    because we didn't know if we could build all the component autobuild packages
    with that switch. Now that we've successfully built all of them with that
    switch, we've updated the viewer branch of build-variables, so we can remove
    the viewer's CMAKE_CXX_STANDARD override.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
CMakeLists.txt 4.33 KiB