From c2abcd386905df535e0032be64975a8d8f6e75b7 Mon Sep 17 00:00:00 2001 From: David Cernat Date: Thu, 17 Nov 2016 21:43:05 +0200 Subject: [PATCH] Fix installation target for tes3mp --- apps/openmw/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openmw/CMakeLists.txt b/apps/openmw/CMakeLists.txt index 530d02eef..d6a48995e 100644 --- a/apps/openmw/CMakeLists.txt +++ b/apps/openmw/CMakeLists.txt @@ -207,6 +207,6 @@ if (MSVC) endif (MSVC) if (WIN32) - INSTALL(TARGETS openmw RUNTIME DESTINATION ".") + INSTALL(TARGETS tes3mp RUNTIME DESTINATION ".") endif (WIN32)