[FORMATTING] [CMAKE] Remove space in 'if (' (#2847)

This commit is contained in:
Serge Gautherie 2020-05-26 20:24:02 +02:00 committed by GitHub
parent 4b1ae54046
commit 11345aedd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 26 additions and 26 deletions

View file

@ -388,7 +388,7 @@ function(spec2def _dllname _spec_file)
message(FATAL_ERROR "spec2def only takes spec files as input.")
endif()
if (__spec2def_WITH_RELAY)
if(__spec2def_WITH_RELAY)
set(__with_relay_arg "--with-tracing")
endif()