Warning, /sdk/codevis/thirdparty/soci/cmake/dependencies/Firebird.cmake is written in an unsupported language. File is not indexed.

0001 option(SOCI_FIREBIRD_EMBEDDED "Use embedded library in Firebird backend" OFF)
0002 boost_report_value(SOCI_FIREBIRD_EMBEDDED)
0003 
0004 set(Firebird_FIND_QUIETLY TRUE)
0005 
0006 find_package(Firebird)
0007 
0008 boost_external_report(Firebird INCLUDE_DIR LIBRARIES VERSION)
0009