Skip to content

typo in set_target_properties() in /lib/dpx/CMakeLists.txt #155

@michaeldsmith

Description

@michaeldsmith

in /lib/dpx/CMakeLists.txt

set_target_properties(IlmCtlSimd
	PROPERTIES
		VERSION ${CTL_VERSION}
		SOVERSION ${CTL_VERSION}
)

should be

set_target_properties(ctldpx
	PROPERTIES
		VERSION ${CTL_VERSION}
		SOVERSION ${CTL_VERSION}
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions