Skip to content

Commit

Permalink
debug printouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl committed Apr 25, 2024
1 parent 66a5b85 commit 4a4bf51
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/core/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
message(STATUS "Processing core target...")

include(GNUInstallDirs)

find_package(Threads REQUIRED)
Expand Down Expand Up @@ -140,6 +142,11 @@ elseif(UNIX)
set(ABI_VERSION "${PROJECT_VERSION_MAJOR}")
endif()

message(STATUS "CMAKE_INSTALL_FULL_LIBDIR=${CMAKE_INSTALL_FULL_LIBDIR}")
message(STATUS "CMAKE_SHARED_LIBRARY_PREFIX=${CMAKE_SHARED_LIBRARY_PREFIX}")
message(STATUS "CMAKE_SHARED_LIBRARY_SUFFIX=${CMAKE_SHARED_LIBRARY_SUFFIX}")
message(STATUS "CMAKE_DEBUG_POSTFIX=${CMAKE_DEBUG_POSTFIX}")

target_compile_definitions(soci_core
PRIVATE
DEFAULT_BACKENDS_PATH="${CMAKE_INSTALL_FULL_LIBDIR}"
Expand Down

0 comments on commit 4a4bf51

Please sign in to comment.