diff --git a/build.rs b/build.rs index b1ac8b8..a95a199 100644 --- a/build.rs +++ b/build.rs @@ -40,6 +40,7 @@ fn main() { }; let mut dst = cfg + .define("CMAKE_INSTALL_LIBDIR", "lib") .define("BUILD_shared", "OFF") .define("BUILD_tools", "OFF") .define("BUILD_examples", "OFF") diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt index bcd91ba..ff1187b 100755 --- a/expat/CMakeLists.txt +++ b/expat/CMakeLists.txt @@ -1,7 +1,7 @@ # This file is copyrighted under the BSD-license for buildsystem files of KDE # copyright 2010, Patrick Spendrin -project(expat) +project(expat C) cmake_minimum_required(VERSION 2.8.10) set(PACKAGE_BUGREPORT "expat-bugs@libexpat.org")