Skip to content

Commit

Permalink
Revert settings
Browse files Browse the repository at this point in the history
  • Loading branch information
EmosewaMC committed Dec 30, 2023
1 parent 98f712c commit dd28009
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeVariables.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROJECT_VERSION_MAJOR=1
PROJECT_VERSION_MINOR=2
PROJECT_VERSION_MINOR=1
PROJECT_VERSION_PATCH=1

# Debugging
Expand Down
3 changes: 2 additions & 1 deletion dDatabase/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ endforeach()

add_library(dDatabase STATIC ${DDATABASE_SOURCES})
target_link_libraries(dDatabase sqlite3 mariadbConnCpp)
if ({CDCLIENT_CACHE_ALL})

if (${CDCLIENT_CACHE_ALL})
add_compile_definitions(dDatabase CDCLIENT_CACHE_ALL=${CDCLIENT_CACHE_ALL})
endif()

0 comments on commit dd28009

Please sign in to comment.