Skip to content

Commit e2eb7e9

Browse files
committed
CMakeLists: fix INTERFACE target compile definitions
1 parent a52c13c commit e2eb7e9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,7 @@ if(BUILD_WITH_VECTORIZATION_SUPPORT)
125125
proxsuite-vectorized
126126
PUBLIC
127127
INTERFACE simde)
128-
target_compile_definitions(
129-
proxsuite-vectorized
130-
PUBLIC
131-
INTERFACE PROXSUITE_VECTORIZE)
128+
target_compile_definitions(proxsuite-vectorized INTERFACE PROXSUITE_VECTORIZE)
132129
list(APPEND EXPORTED_TARGETS_LIST proxsuite-vectorized)
133130
endif()
134131

0 commit comments

Comments
 (0)