Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Jan 5, 2017
1 parent d1db002 commit b03d900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ModulePackage.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function(add_module lib)
VERSION ${PROJECT_VERSION}
# While on 0.x, the x behaves like the major version. 0.2 will be incompatible with 0.1.
# change this, when releasing 1.0
SOVERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}
SOVERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}
)
install(TARGETS ${lib}_shared DESTINATION "lib")
endif()
Expand Down

0 comments on commit b03d900

Please sign in to comment.