Skip to content

Commit

Permalink
Corrected source() method. JIRA: CXX-12975
Browse files Browse the repository at this point in the history
  • Loading branch information
gouriano committed Feb 1, 2024
1 parent 211fa5d commit 34e7b81
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,13 +229,6 @@ def source(self):

if not src_found:
raise ConanException("Failed to find the Toolkit sources")
apply_conandata_patches(self)
root = os.path.join(self.source_folder, "CMakeLists.txt")
with open(root, "w", encoding="utf-8") as f:
f.write("cmake_minimum_required(VERSION 3.15)\n")
f.write("project(ncbi-cpp)\n")
f.write("include(src/build-system/cmake/CMake.NCBItoolkit.cmake)\n")
f.write("add_subdirectory(src)\n")

#----------------------------------------------------------------------------
def generate(self):
Expand Down

0 comments on commit 34e7b81

Please sign in to comment.