Skip to content

Commit 6533170

Browse files
committed
fix compiler flag
1 parent fda2b17 commit 6533170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernels/optimized/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ endif()
2323

2424
set(_common_compile_options
2525
$<$<CXX_COMPILER_ID:MSVC>:/wd4996>
26-
$<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-Wno-deprecated-declarations -fPIC>
26+
$<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-Wno-deprecated-declarations>
2727
)
2828

2929
# Note for apple platform we can rely on Accelerate framework Will come back to

0 commit comments

Comments
 (0)