Skip to content

Commit 8e07a6d

Browse files
authored
Merge pull request #23 from DUNE-DAQ/johnfreeman/daq-cmake_issue156_binding_changes
Johnfreeman/daq cmake issue156 binding changes
2 parents 7762cd5 + 6089c33 commit 8e07a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ daq_add_library( *.cc LINK_LIBRARIES ${CRTMODULES_DEPENDENCIES} ) # Any source f
4848
# See https://dune-daq-sw.readthedocs.io/en/latest/packages/daq-cmake/#daq_add_python_bindings
4949

5050

51-
daq_add_python_bindings(*.cpp LINK_LIBRARIES ${PROJECT_NAME} ) # Any additional libraries to link in beyond the main library not yet determined
51+
daq_add_python_bindings(*.cpp )
5252

5353

5454
##############################################################################

0 commit comments

Comments
 (0)