|
@@ -37,6 +37,7 @@ class LibOggConan(ConanFile):
|
|
|
|
|
|
def _configure_cmake(self):
|
|
def _configure_cmake(self):
|
|
cmake = CMake(self)
|
|
cmake = CMake(self)
|
|
|
|
+ cmake.definitions["BUILD_TESTING"] = False
|
|
cmake.definitions["CONAN_SOURCE_LOCATION"] = self.subfolder
|
|
cmake.definitions["CONAN_SOURCE_LOCATION"] = self.subfolder
|
|
cmake.definitions["INSTALL_CMAKE_PACKAGE_MODULE"] = False
|
|
cmake.definitions["INSTALL_CMAKE_PACKAGE_MODULE"] = False
|
|
cmake.definitions["INSTALL_DOCS"] = False
|
|
cmake.definitions["INSTALL_DOCS"] = False
|