mirror of
https://github.com/g-truc/glm.git
synced 2024-11-13 22:01:46 +00:00
Merge pull request #756 from ghost/master
Adaptation to latest conan version #756
This commit is contained in:
commit
c8e115f83e
@ -7,8 +7,8 @@ class TestGlm(ConanFile):
|
|||||||
|
|
||||||
def build(self):
|
def build(self):
|
||||||
cmake = CMake(self)
|
cmake = CMake(self)
|
||||||
self.run('cmake "%s" %s' % (self.conanfile_directory, cmake.command_line))
|
cmake.configure()
|
||||||
self.run("cmake --build . %s" % cmake.build_config)
|
cmake.build()
|
||||||
|
|
||||||
def test(self):
|
def test(self):
|
||||||
self.run(os.sep.join([".","bin", "testGlm"]))
|
self.run(os.sep.join([".","bin", "testGlm"]))
|
||||||
|
Loading…
Reference in New Issue
Block a user