Fix runtime linking error

This commit is contained in:
Robert Taylor 2022-12-10 00:00:20 +00:00 committed by Jean-Paul Chaput
parent 4e879b4506
commit 0868283e43
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@
add_library( viewer ${cpps} ${MOC_SRCS} ${RCC_SRCS} ${pyCpps} )
set_target_properties( viewer PROPERTIES VERSION 1.0 SOVERSION 1 )
#target_link_libraries( viewer ${depLibs} )
target_link_libraries( viewer ${depLibs} )
add_python_module( "${pyCpps}"
"${pyIncludes}"