Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Mar 19, 2024
1 parent 2142328 commit 306d0d8
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 @@ -99,6 +99,9 @@ else()
set(python_version_mm "${Python3_VERSION_MAJOR}.${Python3_VERSION_MINOR}")
endif()

message(STATUS "Python: ${PYTHON_EXECUTABLE}")
message(STATUS "Python version (X.Y): ${python_version_mm}")

add_subdirectory(src/dla)
if(MPI_FOUND)
add_subdirectory(src/pmwa)
Expand Down

0 comments on commit 306d0d8

Please sign in to comment.