Skip to content

Commit

Permalink
debug stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc committed Apr 17, 2024
1 parent 01541fc commit d40d410
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/autocoder/fpp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,9 @@ function(fpp_setup_autocode AC_INPUT_FILES)
# Add in dictionary generation
if (GENERATED_DICT)
set(FPRIME_CURRENT_DICTIONARY_FILE_JSON "${GENERATED_DICT}" CACHE INTERNAL "" FORCE)
message(STATUS "[DEBUG] Dictionary file: ${FPRIME_CURRENT_DICTIONARY_FILE_JSON}")
message(STATUS "[DEBUG] Install prefix : ${CMAKE_INSTALL_PREFIX}")
message(STATUS "[DEBUG] CMake bin dir: ${CMAKE_CURRENT_BINARY_DIR}")
set(LIBRARY_FLAG)
set(FPRIME_PROJECT_VERSION_FILE "${CMAKE_BINARY_DIR}/versions/version.project")
set(FPRIME_FRAMEWORK_VERSION_FILE "${CMAKE_BINARY_DIR}/versions/version.framework")
Expand Down

0 comments on commit d40d410

Please sign in to comment.