From f8ded4fc629d52ffba05b52405a9f0a2561a750d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Pettersson?= Date: Tue, 2 Sep 2014 21:46:38 +0200 Subject: [PATCH] Fixed CMakeLists path. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 96b4229..bd65b74 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,4 +18,4 @@ set_target_properties(tox PROPERTIES PREFIX "") target_link_libraries(tox toxcore) -install(FILES build/tox.so DESTINATION ~/.weechat/plugins) +install(FILES tox.so DESTINATION ~/.weechat/plugins)