diff --git a/Core/CMakeLists.txt b/Core/CMakeLists.txt index accb30259247ca618fe17db31c331625bca5ed15..e36971aa65beda357b781044f823488893893e24 100644 --- a/Core/CMakeLists.txt +++ b/Core/CMakeLists.txt @@ -249,7 +249,7 @@ if(WIN32) DESTINATION ${destination_lib} COMPONENT Libraries) set(DLL_MSG "") - foreach(LIB IN LISTS FFTW3_LIBRARIES TIFF_LIBRARIES) + foreach(LIB IN LISTS FFTW3_LIBRARIES TIFF_LIBRARIES Cerf_LIBRARIES) string(REPLACE ".lib" ".dll" DLL "${LIB}") if (NOT EXISTS ${DLL}) message(FATAL_ERROR "Dynamic load library ${DLL} (derived from ${LIB}) does not exist")