Skip to content

Commit

Permalink
Add CMake debugging output on windows for FAVPRO
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeekman committed Dec 19, 2023
1 parent d8f4657 commit 66f188c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,8 @@ if(WIN32) # Only support building with GCC & GFortran using Intel MPI (OneAPI)
set (IMPI_LIB_DIR "${MPI_ROOT}/lib/${IMPI_BUILD}")
set (IMPI_DLL_DIR "${MPI_ROOT}/bin/${IMPI_BUILD}")

message(STATUS "Looking in IMPI_LIB_DIR=${IMPI_LIB_DIR}")
message(STATUS "Looking in IMPI_DLL_DIR=${IMPI_DLL_DIR}")
find_library(IMPI_LIB
"impi.lib"
HINTS "${IMPI_LIB_DIR}"
Expand Down

0 comments on commit 66f188c

Please sign in to comment.