Skip to content

Commit

Permalink
Fixing issue #12040: Can't find SQLite3 using CMake with cmake_paths …
Browse files Browse the repository at this point in the history
…generator
  • Loading branch information
tuduongquyet committed Aug 4, 2022
1 parent 27d78eb commit 0c6f8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/sqlite3/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,4 +223,4 @@ def package_info(self):
self.cpp_info.components["sqlite"].set_property("cmake_target_name", "SQLite::SQLite3")
self.cpp_info.components["sqlite"].set_property("pkg_config_name", "sqlite3")

self.cpp_info.components["sqlite"].builddirs = [os.path.join("lib", "cmake")]
self.cpp_info.components["sqlite"].builddirs.append(os.path.join("lib", "cmake"))

0 comments on commit 0c6f8e3

Please sign in to comment.