Skip to content

Commit

Permalink
CMake: print LFORTRAN_STATIC_BIN in the summary
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Sep 10, 2019
1 parent a13dc9c commit 858fa7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ else ()
endif ()
message("Installation prefix: ${CMAKE_INSTALL_PREFIX}")
message("WITH_LFORTRAN_ASSERT: ${WITH_LFORTRAN_ASSERT}")
message("LFORTRAN_STATIC_BIN: ${LFORTRAN_STATIC_BIN}")
message("WITH_LLVM: ${WITH_LLVM}")
message("WITH_JSON: ${WITH_JSON}")
message("WITH_PYTHON: ${WITH_PYTHON}")
Expand Down

0 comments on commit 858fa7f

Please sign in to comment.