Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Dec 4, 2024
1 parent ca61211 commit d5ab6bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions crypto3/libs/blueprint/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ macro(define_blueprint_test test)

endif()

target_precompile_headers(${full_test_name} REUSE_FROM blueprint_test_plonk_component_test)

if(NOT ${full_test_name} STREQUAL "blueprint_test_plonk_component_test")
target_precompile_headers(${full_test_name} REUSE_FROM blueprint_test_plonk_component_test)
endif()
endmacro()

set(COMMON_TEST_FILES
Expand Down

0 comments on commit d5ab6bf

Please sign in to comment.