Skip to content

Commit

Permalink
build: log version in config, ref #180
Browse files Browse the repository at this point in the history
  • Loading branch information
iboB committed Nov 7, 2024
1 parent f4718ee commit 5bc0648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ac-local-config-export.in.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: MIT
#
include("${CMAKE_CURRENT_LIST_DIR}/ac-local-targets.cmake")
message(STATUS "ac-local dev @CMAKE_BUILD_TYPE@ found in ${CMAKE_CURRENT_LIST_DIR}")
message(STATUS "ac-local @PROJECT_VERSION@@PROJECT_VERSION_TAG@ @CMAKE_BUILD_TYPE@ found in ${CMAKE_CURRENT_LIST_DIR}")

if(WIN32 AND CMAKE_RUNTIME_OUTPUT_DIRECTORY)
# on windows we need to have the dlls in the runtime directory
Expand Down

0 comments on commit 5bc0648

Please sign in to comment.