CMake: Remove PYTHON_LIBRARIES link from interrogatedb; it's unused there.
This commit is contained in:
parent
ad7f590ca3
commit
f5f2f39a30
|
|
@ -30,6 +30,6 @@ 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)
|
||||
|
||||
install(TARGETS p3interrogatedb DESTINATION lib)
|
||||
|
|
|
|||
Loading…
Reference in New Issue