Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTsT <tst2005@gmail.com>2017-09-07 11:55:48 +0300
committerGitHub <noreply@github.com>2017-09-07 11:55:48 +0300
commit2427441824aaea0dbf1e54fe983018c8787daa28 (patch)
tree73f206da58c2471f60a4f591c40ceb21c16b8dc4
parenta886644993d7c0e7eccf0bc24d6e1a4cbeabd7d7 (diff)
Avoid CXX checks
See https://github.com/EionRobb/skype4pidgin/pull/567#issuecomment-327419161
-rw-r--r--skypeweb/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/skypeweb/CMakeLists.txt b/skypeweb/CMakeLists.txt
index 1aa219b..26cd97b 100644
--- a/skypeweb/CMakeLists.txt
+++ b/skypeweb/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 2.8)
-set(PROJECT_NAME "skypeweb")
+set(PROJECT_NAME "skypeweb" C)
set(VERSION_MAJOR "1")
set(VERSION_MINOR "4")
set(VERSION_PATCH "0")