Re: [CMake] find_library can't find dll in system32 directory

2011-06-22 Thread aaron . meadows
e.org Subject: [CMake] find_library can't find dll in system32 directory Hi all On 64-bit Windows 7 I am trying to use the find_library command to locate a 64-bit mpich2 dll in the C:/Windows/System32 directory. I use find_library (MPI_LIB fmpich2g PATHS "C:/Windows/System32") This c

[CMake] find_library can't find dll in system32 directory

2011-06-22 Thread Stiaan Gerber
Hi all On 64-bit Windows 7 I am trying to use the find_library command to locate a 64-bit mpich2 dll in the C:/Windows/System32 directory. I use find_library (MPI_LIB fmpich2g PATHS "C:/Windows/System32") This command fails to find the dll. However, if I also install 32-bit mpich2 so that C:/Wi