Skip to content

Commit

Permalink
debug printouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl committed Apr 23, 2024
1 parent a6ea6e5 commit e2a01e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,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 e2a01e2

Please sign in to comment.