Skip to content

Commit

Permalink
Remove stim_benchmark from installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Strilanc committed Oct 16, 2023
1 parent 5d25ef6 commit 12935b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit 12935b7

Please sign in to comment.