Navigation Menu

Skip to content

Commit

Permalink
cmake: support PLUGIN_MROONGA=NO
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 8, 2015
1 parent de59e93 commit d87a5f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Expand Up @@ -52,7 +52,9 @@ if(MSVC)
endif()

if(MRN_BUNDLED)
if(WITHOUT_MROONGA OR WITHOUT_MROONGA_STORAGE_ENGINE)
if(WITHOUT_MROONGA OR
WITHOUT_MROONGA_STORAGE_ENGINE OR
"${PLUGIN_MROONGA}" STREQUAL "NO")
return()
endif()
endif()
Expand Down

0 comments on commit d87a5f5

Please sign in to comment.