You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use CMAKE_SYSTEM_PROCESSOR to determine if NS test can be run
- Prevent having to explicitly run `uname` CMAKE_SYSTEM_PROCESSOR holds
the output of `uname -p` which will be x86_64 on all x86_64 Linux
machines, and another value on incompatible machines line OS X, arm,
etc.
- Since this is a CMake variable no scoping/inheritence etc. issues, or
concerns about conditional definition etc.
0 commit comments