Skip to content

Commit

Permalink
fix: PythonLibs issue
Browse files Browse the repository at this point in the history
This is already included in PythonExtensions & is not valid with "REQUIRED". See scikit-build/scikit-build#989
  • Loading branch information
henryiii committed Jun 9, 2023
1 parent 56b2da6 commit 85db5e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ endif()
if(HDLCONVERTOR_PYTHON)
message(STATUS "Building python hdlConvertor module with libhdlConvertor linked in")
find_package(PythonExtensions REQUIRED)
find_package(PythonLibs REQUIRED)
find_package(Cython REQUIRED)
else()
message(STATUS "Building libhdlConvertor (C++ lib) only, to build python module use setup.py.")
Expand Down

0 comments on commit 85db5e0

Please sign in to comment.