found typo in variant to cmake-argumentlist translation

This commit is contained in:
brietzke 2019-07-22 12:52:12 +02:00 committed by GitHub
parent 7d76020080
commit dcb1fce1e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ def cmake_args(self):
'-DMPI3=' + ('ON' if '+mpi3' in spec else 'OFF'),
'-DNONUMA=' + ('ON' if '~numa' in spec else 'OFF'),
'-DTESTS=' + ('ON' if '+tests' in spec else 'OFF'),
'-DEXAMPLES=' + ('ON' if '+tests' in spec else 'OFF'),
'-DEXAMPLES=' + ('ON' if '+examples' in spec else 'OFF'),
'-DTHREADSAFE_COUNTER='
+ ('ON' if '+threadsafe_counter' in spec else 'OFF'),
'-DTHREADSAFE_MPI='