CMake: Remove PYTHON_LIBRARIES link from interrogatedb; it's unused there.
This commit is contained in:
parent
1a2be0dbee
commit
e940c43b3e
|
|
@ -30,4 +30,4 @@ set(P3INTERROGATEDB_SOURCES
|
|||
composite_sources(p3interrogatedb P3INTERROGATEDB_SOURCES)
|
||||
|
||||
add_library(p3interrogatedb ${P3INTERROGATEDB_HEADERS} ${P3INTERROGATEDB_SOURCES})
|
||||
target_link_libraries(p3interrogatedb p3dconfig ${PYTHON_LIBRARIES})
|
||||
target_link_libraries(p3interrogatedb p3dconfig)
|
||||
|
|
|
|||
Loading…
Reference in New Issue