found typo in variant to cmake-argumentlist translation
This commit is contained in:
		@@ -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='
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user