]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/CMakeLists.txt
Use std::jthread and C++17.
[stg.git] / projects / stargazer / plugins / CMakeLists.txt
index a8958c4304f84225f45b368aac4c21c7fd0e3834..9f16024be565e16b1945429a7577bbc8040b1a36 100644 (file)
@@ -121,19 +121,19 @@ if ( BUILD_MOD_STORE_FILES )
     set_target_properties ( mod_store_files PROPERTIES PREFIX "" )
 endif ( BUILD_MOD_STORE_FILES )
 
-if ( BUILD_MOD_STORE_FIREBIRD )
-    find_package ( FBClient REQUIRED )
-    add_library ( mod_store_firebird MODULE store/firebird/firebird_store.cpp
-                                            store/firebird/firebird_store_admins.cpp
-                                            store/firebird/firebird_store_corporations.cpp
-                                            store/firebird/firebird_store_messages.cpp
-                                            store/firebird/firebird_store_services.cpp
-                                            store/firebird/firebird_store_tariffs.cpp
-                                            store/firebird/firebird_store_users.cpp
-                                            store/firebird/firebird_store_utils.cpp )
-    target_link_libraries ( mod_store_firebird crypto common logger ibpp FBClient::FBClient )
-    set_target_properties ( mod_store_firebird PROPERTIES PREFIX "" )
-endif ( BUILD_MOD_STORE_FIREBIRD )
+#if ( BUILD_MOD_STORE_FIREBIRD )
+#    find_package ( FBClient REQUIRED )
+#    add_library ( mod_store_firebird MODULE store/firebird/firebird_store.cpp
+#                                            store/firebird/firebird_store_admins.cpp
+#                                            store/firebird/firebird_store_corporations.cpp
+#                                            store/firebird/firebird_store_messages.cpp
+#                                            store/firebird/firebird_store_services.cpp
+#                                            store/firebird/firebird_store_tariffs.cpp
+#                                            store/firebird/firebird_store_users.cpp
+#                                            store/firebird/firebird_store_utils.cpp )
+#    target_link_libraries ( mod_store_firebird crypto common logger ibpp FBClient::FBClient )
+#    set_target_properties ( mod_store_firebird PROPERTIES PREFIX "" )
+#endif ( BUILD_MOD_STORE_FIREBIRD )
 
 if ( BUILD_MOD_STORE_MYSQL )
     find_package ( MySQLConnector REQUIRED )