From 66f188c646b0ebeef123bfd4591aa36faf4c8249 Mon Sep 17 00:00:00 2001 From: Izaak Beekman Date: Tue, 19 Dec 2023 15:30:29 -0800 Subject: [PATCH] Add CMake debugging output on windows for FAVPRO --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 84493f97..e96cfc2f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}"