mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
10 lines
374 B
Plaintext
10 lines
374 B
Plaintext
--- python/hawkey/CMakeLists.txt.orig 2020-09-26 05:11:04 UTC
|
|
+++ python/hawkey/CMakeLists.txt
|
|
@@ -50,4 +50,6 @@ target_link_libraries(_hawkeymodule ${PYTHON_LIBRARY})
|
|
install(FILES __init__.py DESTINATION ${PYTHON_INSTALL_DIR}/hawkey)
|
|
install(TARGETS _hawkeymodule LIBRARY DESTINATION ${PYTHON_INSTALL_DIR}/hawkey)
|
|
|
|
+if (BUILD_TESTING)
|
|
add_subdirectory(tests)
|
|
+endif()
|