Skip to content

Commit

Permalink
Re-enable INTERFACE_LINK_LIBRARIES for Spheral_CXX
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavis36 committed Jul 17, 2024
1 parent 0b1c9a9 commit c08115f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/spheral/SpheralAddLibs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function(spheral_add_cxx_library package_name _cxx_obj_list)
# set_target_properties(Spheral_${package_name} PROPERTIES ${_prop} "${temp_prop}")
#endforeach()

set_target_properties(Spheral_${package_name} PROPERTIES INTERFACE_LINK_LIBRARIES "")
#set_target_properties(Spheral_${package_name} PROPERTIES INTERFACE_LINK_LIBRARIES "")

# Convert package name to lower-case for export target name
string(TOLOWER ${package_name} lower_case_package)
Expand Down

0 comments on commit c08115f

Please sign in to comment.