Skip to content

Commit

Permalink
🔨 QOLM_VERBOSE if QOlm is main project
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierLDff committed Aug 29, 2021
1 parent c711fdf commit 417559f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ endif()
# General
set(QOLM_PROJECT "QOlm" CACHE STRING "Project Name")
set(QOLM_TARGET ${QOLM_PROJECT} CACHE STRING "QOlm library name")
set(QOLM_VERBOSE OFF CACHE BOOL "QOlm log configuration")
set(QOLM_VERBOSE ${QOLM_MAIN_PROJECT} CACHE BOOL "QOlm log configuration")

set(QOLM_BUILD_SHARED OFF CACHE BOOL "Build as a shared library (ON) or as static (OFF)")
set(QOLM_FOLDER_PREFIX ${QOLM_PROJECT} CACHE STRING "Prefix folder for all QOlm generated targets in generated project (only decorative)")
Expand Down

0 comments on commit 417559f

Please sign in to comment.