-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMakeLists.txt: set correct __cplusplus for MSVC
VC **always** sets __cplusplus to 199711L (sic!) unless passed /Zc:__cplusplus for compat reasons. We now assume __cplusplus is at least 201107L for C++ (in our case the CUDA code) for static_assert. See also: <https://gitlab.kitware.com/cmake/cmake/-/issues/18837>
- Loading branch information
1 parent
973e84b
commit a7be406
Showing
2 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters