Skip to content

Commit

Permalink
Merge pull request #181 from henryiii/patch-1
Browse files Browse the repository at this point in the history
fix: PythonLibs issue
  • Loading branch information
Nic30 authored Jan 14, 2024
2 parents a3f978c + 85db5e0 commit fae60ef
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 fae60ef

Please sign in to comment.