diff --git a/CMakeLists.txt b/CMakeLists.txt index 39af71915..eda76b07d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -124,6 +124,7 @@ if(${CONF_DIR_ABSOLUTE} EQUAL -1) set(CONF_INSTALL_DIR "${CONF_DIR}") if(MSVC) set(CONF_COPY_DIR "${CONF_DIR}") + endif() endif() endif()