Skip to content

Commit

Permalink
SAIL: Print OpenMP flags and libs
Browse files Browse the repository at this point in the history
  • Loading branch information
HappySeaFox committed Dec 14, 2023
1 parent c68f0cc commit c13f395
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,9 @@ message("* SAIL_HAVE_BUILTIN_BSWAP32: ${SAIL_HAVE_BUILTIN_BSWAP32_DISPLAY}")
message("* SAIL_HAVE_BUILTIN_BSWAP64: ${SAIL_HAVE_BUILTIN_BSWAP64_DISPLAY}")
message("* SAIL_HAVE_OPENMP: ${SAIL_HAVE_OPENMP_DISPLAY}")
message("* SAIL_OPENMP_SCHEDULE: ${SAIL_OPENMP_SCHEDULE}")
message("* SAIL_OPENMP_FLAGS: ${SAIL_OPENMP_FLAGS}")
message("* SAIL_OPENMP_INCLUDE_DIRS: ${SAIL_OPENMP_INCLUDE_DIRS}")
message("* SAIL_OPENMP_LIBS: ${SAIL_OPENMP_LIBS}")
message("*")
message("* [*] - these options depend on other options, their values may be altered by CMake.")
message("* For example, if you configure with -DBUILD_SHARED_LIBS=OFF -DSAIL_COMBINE_CODECS=OFF,")
Expand Down

0 comments on commit c13f395

Please sign in to comment.