From 12935b7983d1397ecbfca24bac727bf943f798d9 Mon Sep 17 00:00:00 2001 From: Craig Gidney Date: Sun, 15 Oct 2023 20:18:04 -0700 Subject: [PATCH] Remove stim_benchmark from installation --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 05ebc200a..8bf003948 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,7 +70,6 @@ if(NOT(MSVC)) else() target_compile_options(stim_benchmark PRIVATE ${MACHINE_FLAG}) endif() -install(TARGETS stim_benchmark RUNTIME DESTINATION bin) find_package(GTest QUIET) if(${GTest_FOUND})