Explorar el Código

Disable building test executables

DarkMorford hace 6 años
padre
commit
827ee23ac1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      conanfile.py

+ 1 - 0
conanfile.py

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