This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
scope-guard
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Conan package test cleanup.
main
offa
4 years ago
parent
356e3362b7
commit
7e677f9eee
1 changed files
with
0 additions
and
2 deletions
Split View
Show Diff Stats
+0
-2
test_package/conanfile.py
+ 0
- 2
test_package/conanfile.py
View File
@@ -9,8 +9,6 @@ class ScopeguardTestConan(ConanFile):
def build(self):
cmake = CMake(self)
# Current dir is "test_package/build/<build_id>" and CMakeLists.txt is
# in "test_package"
cmake.configure()
cmake.build()
Write
Preview
Loading…
Cancel
Save