File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ endif()
348
348
################################################################################
349
349
# Option to control what type of library we build
350
350
################################################################################
351
- option (BUILD_LIBZ3_SHARED "Build libz3 as a shared library if true, otherwise build a static library" ON )
351
+ option (Z3_BUILD_LIBZ3_SHARED "Build libz3 as a shared library if true, otherwise build a static library" ON )
352
352
353
353
354
354
################################################################################
@@ -375,7 +375,7 @@ endif()
375
375
# This is required because code built in the components will end up in a shared
376
376
# library. If not building a shared library ``-fPIC`` isn't needed and would add
377
377
# unnecessary overhead.
378
- if (BUILD_LIBZ3_SHARED )
378
+ if (Z3_BUILD_LIBZ3_SHARED )
379
379
# Avoid adding -fPIC compiler switch if we compile with MSVC (which does not
380
380
# support the flag) or if we target Windows, which generally does not use
381
381
# position independent code for native code shared libraries (DLLs).
You can’t perform that action at this time.
0 commit comments