We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
secp256k1_objs
secp256k1
1 parent cbbbf3b commit bf08222Copy full SHA for bf08222
src/CMakeLists.txt
@@ -86,7 +86,8 @@ target_include_directories(secp256k1 INTERFACE
86
$<BUILD_INTERFACE:$<$<NOT:$<BOOL:${PROJECT_IS_TOP_LEVEL}>>:${PROJECT_SOURCE_DIR}/include>>
87
)
88
set_target_properties(secp256k1_objs PROPERTIES
89
- INTERFACE_INCLUDE_DIRECTORIES "$<TARGET_PROPERTY:secp256k1,INTERFACE_INCLUDE_DIRECTORIES>"
+ INTERFACE_COMPILE_DEFINITIONS "$<TARGET_PROPERTY:secp256k1,INTERFACE_COMPILE_DEFINITIONS>"
90
+ INTERFACE_INCLUDE_DIRECTORIES "$<TARGET_PROPERTY:secp256k1,INTERFACE_INCLUDE_DIRECTORIES>"
91
92
93
# This emulates Libtool to make sure Libtool and CMake agree on the ABI version,
0 commit comments