From d1a3bbd62ce05ce02a5860f944ef39c93a4d00b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Fri, 29 Apr 2016 10:28:55 +0200 Subject: [PATCH] Typo --- src/OpenMesh/Apps/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenMesh/Apps/CMakeLists.txt b/src/OpenMesh/Apps/CMakeLists.txt index 5f9cb51f..1de98c89 100644 --- a/src/OpenMesh/Apps/CMakeLists.txt +++ b/src/OpenMesh/Apps/CMakeLists.txt @@ -93,7 +93,7 @@ if ( BUILD_APPS ) # Create a qt.conf file to find plugins on windows configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/Qt/qt.conf.in Build/qt.conf COPYONLY ) - INSTALL(FILES ${CMAKE_BINARY_DIR}/Build/qt.conf DESTINATION . + INSTALL(FILES ${CMAKE_BINARY_DIR}/Build/qt.conf DESTINATION . ) endif() endif()