Skip to content

Commit 66f188c

Browse files
committed
Add CMake debugging output on windows for FAVPRO
1 parent d8f4657 commit 66f188c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,8 @@ if(WIN32) # Only support building with GCC & GFortran using Intel MPI (OneAPI)
284284
set (IMPI_LIB_DIR "${MPI_ROOT}/lib/${IMPI_BUILD}")
285285
set (IMPI_DLL_DIR "${MPI_ROOT}/bin/${IMPI_BUILD}")
286286

287+
message(STATUS "Looking in IMPI_LIB_DIR=${IMPI_LIB_DIR}")
288+
message(STATUS "Looking in IMPI_DLL_DIR=${IMPI_DLL_DIR}")
287289
find_library(IMPI_LIB
288290
"impi.lib"
289291
HINTS "${IMPI_LIB_DIR}"

0 commit comments

Comments
 (0)