Skip to content

Commit e013ea1

Browse files
committed
chore: add CMakeLists.txt
1 parent 5c6b024 commit e013ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/managers/cmakeconan.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use which::which;
66

77
pub fn is_available() -> bool {
88
std::env::current_dir()
9-
.map(|dir| dir.join("conanfile.txt").exists())
9+
.map(|dir| dir.join("conanfile.txt").exists() || dir.join("CMakeLists.txt").exists())
1010
.unwrap_or(false)
1111
}
1212

0 commit comments

Comments
 (0)