Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ if (SYSTEM_LIBSEXPP)
IMPORTED_LOCATION "${SEXPP_LIBRARY}"
)
else (SYSTEM_LIBSEXPP)
# If we use system libsexpp is not used we build sexpp static library
# If system libsexpp is not used, we build sexpp static library
# If librnp is shared, libsexpp.a is a transient artifact which is hidden from
# the end user.
# If librnp is static we install libsexpp.a aside
Expand Down
Loading