Skip to content
Snippets Groups Projects
Commit 9bf03363 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

Avoid if() quoted auto-dereference

When testing CMAKE_C_COMPILER_ID values, do not explicitly dereference
or quote the variable.  We want if() to auto-dereference the variable
and not its value.  While at it, use STREQUAL instead of MATCHES.

Change-Id: I7098fb6474500605b0fe78d764dd2d8afe385f50
parent 5bf91dda
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment