Skip to content

Commit

Permalink
Show esl_config_h while building to debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Oct 11, 2024
1 parent 921dfd5 commit 3f2564d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/easel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@ set(EASEL_VERSION "0.49")
set(EASEL_URL "http://bioeasel.org/")

configure_file(esl_config.h.in esl_config.h)
file(READ ${CMAKE_CURRENT_BINARY_DIR}/esl_config.h ESL_CONFIG_H)

message("-- Show configuration ")
message("HAVE_STLIB_H: ${HAVE_STLIB_H}")
message("HAVE_STRINGS_H: ${HAVE_STRINGS_H}")
message("HAVE_UNISTD_H: ${HAVE_UNISTD_H}")
message("HAVE_STDINT_H: ${HAVE_STDINT_H}")
message("-- Dumping esl_config.h --")
message("${ESL_CONFIG_H}")
message("-- End esl_config.h --")

set(EASEL_SOURCES
${CMAKE_CURRENT_BINARY_DIR}/esl_config.h
Expand Down

0 comments on commit 3f2564d

Please sign in to comment.