Skip to content
Snippets Groups Projects
Commit f36b4e47 authored by Attila Krasznahorkay's avatar Attila Krasznahorkay
Browse files

Removed the library version settings.

As it turns out, these cause problems on macOS for a MODULE library.
parent c5f84c3c
No related branches found
No related tags found
1 merge request!26GeoModelVisualization CMake Cleanup, master branch (2020.11.16.)
......@@ -14,9 +14,6 @@ target_include_directories( GXGeometryPlugin PUBLIC
$<INSTALL_INTERFACE:include> )
source_group( "VP1GeometryPlugin" FILES ${HEADERS} )
source_group( "src" FILES ${SOURCES} ${UIS} )
set_target_properties( GXGeometryPlugin PROPERTIES
VERSION ${PROJECT_VERSION}
SOVERSION ${PROJECT_VERSION_MAJOR} )
# Set up an alias with the same name that you would get by "finding" a pre-built
# version of the library.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment