Skip to content

Commit 178d098

Browse files
ManifoldFRjorisv
andauthored
Apply suggestions from code review
Co-authored-by: Joris Vaillant <[email protected]>
1 parent 246171d commit 178d098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bindings/python/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,15 +227,15 @@ if(
227227
proxsuite_pywrap_avx2
228228
"${AVX2_COMPILE_OPTION};${FMA_COMPILE_OPTION}"
229229
proxsuite-vectorized
230-
False
230+
FALSE
231231
)
232232
endif(BUILD_BINDINGS_WITH_AVX2_SUPPORT)
233233
if(BUILD_BINDINGS_WITH_AVX512_SUPPORT)
234234
create_python_target(
235235
proxsuite_pywrap_avx512
236236
"${AVX512_COMPILE_OPTION};${FMA_COMPILE_OPTION}"
237237
proxsuite-vectorized
238-
False
238+
FALSE
239239
)
240240
endif(BUILD_BINDINGS_WITH_AVX512_SUPPORT)
241241
endif()

0 commit comments

Comments
 (0)