File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -392,20 +392,17 @@ else()
392
392
endif ()
393
393
394
394
if (GROONGA_NORMALIZER_MYSQL_FOUND )
395
- set_property (TARGET mroonga APPEND PROPERTY
396
- COMPILE_DEFINITIONS "WITH_GROONGA_NORMALIZER_MYSQL=1" )
395
+ add_definitions ("-DWITH_GROONGA_NORMALIZER_MYSQL=1" )
397
396
if (MRN_GROONGA_NORMALIZER_MYSQL_EMBED )
398
- set_property (TARGET mroonga APPEND PROPERTY
399
- COMPILE_DEFINITIONS "MRN_GROONGA_NORMALIZER_MYSQL_EMBEDDED" )
397
+ add_definitions ("-DMRN_GROONGA_NORMALIZER_MYSQL_EMBEDDED" )
400
398
else ()
401
399
set_property (TARGET mroonga APPEND PROPERTY
402
400
COMPILE_DEFINITIONS "GROONGA_NORMALIZER_MYSQL_PLUGIN_NAME=\" normalizers/mysql\" " )
403
401
endif ()
404
402
endif ()
405
403
406
404
if (MRN_GROONGA_EMBED )
407
- set_property (TARGET mroonga APPEND PROPERTY
408
- COMPILE_DEFINITIONS "MRN_GROONGA_EMBEDDED" )
405
+ add_definitions ("-DMRN_GROONGA_EMBEDDED" )
409
406
endif ()
410
407
411
408
set (MRN_DEFAULT_PARSER "" CACHE STRING
You can’t perform that action at this time.
0 commit comments