Merge pull request #756 from ghost/master

Adaptation to latest conan version #756
master
Christophe ago%!(EXTRA string=7 years) committed by GitHub
commit c8e115f83e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      util/conan-package/test_package/conanfile.py

@ -7,8 +7,8 @@ class TestGlm(ConanFile):
def build(self):
cmake = CMake(self)
self.run('cmake "%s" %s' % (self.conanfile_directory, cmake.command_line))
self.run("cmake --build . %s" % cmake.build_config)
cmake.configure()
cmake.build()
def test(self):
self.run(os.sep.join([".","bin", "testGlm"]))

Loading…
Cancel
Save