~singpolyma/biboumi

b98059ecdd12b822a7b523d548b6c8f27bcbfd83 — louiz’ 6 years ago da55060
Fix the build when litesql is not used
1 files changed, 1 insertions(+), 0 deletions(-)

M CMakeLists.txt
M CMakeLists.txt => CMakeLists.txt +1 -0
@@ 199,6 199,7 @@ if(LITESQL_FOUND)
  set(USE_DATABASE TRUE)
else()
  add_library(database OBJECT "")
  add_custom_target(litesql_generated_sources)
endif()

#