Skip to content

Commit 873387c

Browse files
committed
Also add message when we don't detect Apple Silicon
1 parent 9a6658a commit 873387c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ ADD_SUBDIRECTORY(pybind_interface/decide)
4040

4141
# Add subdirectories based on the architecture or available compilers.
4242
if(CMAKE_APPLE_SILICON_PROCESSOR)
43-
message(STATUS "qsim: detected Apple Silicon -- skipping AVX/SSE components")
43+
message(STATUS "qsim: detected Apple Silicon; will exclude AVX/SSE/CUDA")
4444
else()
45+
message(STATUS "qsim: didn't detect Apple Silicon; will include AVX/SSE/CUDA")
4546
if(CMAKE_CUDA_COMPILER)
4647
ADD_SUBDIRECTORY(pybind_interface/cuda)
4748
if(DEFINED ENV{CUQUANTUM_ROOT})

0 commit comments

Comments
 (0)