Skip to content

Commit

Permalink
Improve BUILD_SHARED_LIBS option message
Browse files Browse the repository at this point in the history
  • Loading branch information
mschoema committed Oct 19, 2024
1 parent 5453154 commit 62892ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meos/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ message(STATUS "Directory of the time zone database: /usr/share/zoneinfo")

# Option to build MEOS as a shared or static library
option(BUILD_SHARED_LIBS
"Set to OFF to build MEOS as a static library (default is ON)"
"Set BUILD_SHARED_LIBS (default=ON) to build MEOS as a shared library"
ON
)

Expand Down

0 comments on commit 62892ee

Please sign in to comment.