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.
2 parents a52c13c + e2eb7e9 commit a78b5a5Copy full SHA for a78b5a5
CMakeLists.txt
@@ -125,10 +125,7 @@ if(BUILD_WITH_VECTORIZATION_SUPPORT)
125
proxsuite-vectorized
126
PUBLIC
127
INTERFACE simde)
128
- target_compile_definitions(
129
- proxsuite-vectorized
130
- PUBLIC
131
- INTERFACE PROXSUITE_VECTORIZE)
+ target_compile_definitions(proxsuite-vectorized INTERFACE PROXSUITE_VECTORIZE)
132
list(APPEND EXPORTED_TARGETS_LIST proxsuite-vectorized)
133
endif()
134
0 commit comments