found typo in variant to cmake-argumentlist translation
This commit is contained in:
parent
7d76020080
commit
dcb1fce1e7
@ -65,7 +65,7 @@ def cmake_args(self):
|
|||||||
'-DMPI3=' + ('ON' if '+mpi3' in spec else 'OFF'),
|
'-DMPI3=' + ('ON' if '+mpi3' in spec else 'OFF'),
|
||||||
'-DNONUMA=' + ('ON' if '~numa' in spec else 'OFF'),
|
'-DNONUMA=' + ('ON' if '~numa' in spec else 'OFF'),
|
||||||
'-DTESTS=' + ('ON' if '+tests' 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='
|
'-DTHREADSAFE_COUNTER='
|
||||||
+ ('ON' if '+threadsafe_counter' in spec else 'OFF'),
|
+ ('ON' if '+threadsafe_counter' in spec else 'OFF'),
|
||||||
'-DTHREADSAFE_MPI='
|
'-DTHREADSAFE_MPI='
|
||||||
|
Loading…
Reference in New Issue
Block a user