Make dionysus-link depend on dionysus
authorDmitriy Morozov <dmitriy@mrzv.org>
Sun, 24 Nov 2019 13:27:13 -0800
changeset 297 6a553ae00446
parent 296 c328d7ecf6b8
child 298 02e680f6d987
Make dionysus-link depend on dionysus
bindings/python/CMakeLists.txt
--- a/bindings/python/CMakeLists.txt	Sun Nov 24 08:11:18 2019 -0800
+++ b/bindings/python/CMakeLists.txt	Sun Nov 24 13:27:13 2019 -0800
@@ -50,4 +50,4 @@
 get_target_property         (_dionysus_location _dionysus LOCATION)
 add_custom_target           (dionysus-link ALL 
                              ${CMAKE_COMMAND} -E create_symlink ${_dionysus_location} ${CMAKE_CURRENT_BINARY_DIR}/dionysus/_dionysus.so
-                             DEPENDS _dionysus)
+                             DEPENDS _dionysus dionysus)