mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 17:14:30 +02:00
fix Windows build disabling position
This commit is contained in:
parent
665ea7796f
commit
bdeb2c62c5
1 changed files with 2 additions and 2 deletions
|
|
@ -38,12 +38,12 @@ set(MRN_BUNDLED_GROONGA_DIR
|
|||
"${CMAKE_CURRENT_SOURCE_DIR}/${MRN_BUNDLED_GROONGA_RELATIVE_DIR}")
|
||||
if(EXISTS "${MRN_BUNDLED_GROONGA_DIR}")
|
||||
set(MRN_GROONGA_BUNDLED TRUE)
|
||||
else()
|
||||
set(MRN_GROONGA_BUNDLED FALSE)
|
||||
if(MSVC)
|
||||
message(STATUS "Bundled Mroonga does not support MSVC yet")
|
||||
return()
|
||||
endif()
|
||||
else()
|
||||
set(MRN_GROONGA_BUNDLED FALSE)
|
||||
endif()
|
||||
|
||||
set(MRN_PLUGIN_SUFFIX ${CMAKE_SHARED_LIBRARY_SUFFIX})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue