Skip to content

Commit

Permalink
fixup! cmake: Build secp256k1 static library
Browse files Browse the repository at this point in the history
Disable `EXPORT_COMPILE_COMMANDS` for `secp256k1` subtree targets
  • Loading branch information
hebasto committed May 22, 2024
1 parent 4883df5 commit a37b0df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/secp256k1.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ if(MSVC)
endif()

target_link_libraries(secp256k1 PRIVATE core_base_interface)
set_target_properties(secp256k1 PROPERTIES EXPORT_COMPILE_COMMANDS OFF)

0 comments on commit a37b0df

Please sign in to comment.