From 6baf57eb0892708c0ae1594e65e94bef39acced6 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de> Date: Tue, 1 Sep 2020 12:15:51 +0200 Subject: [PATCH] CMake: Win: install cerf.dll --- Core/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/CMakeLists.txt b/Core/CMakeLists.txt index accb3025924..e36971aa65b 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") -- GitLab