Skip to content

Commit

Permalink
Don't fail if radius library couldn't be found
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernricks committed Jun 5, 2019
1 parent f9733d4 commit b0e1f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ if (BUILD_WITH_RADIUS)
find_library (LIBRADCLI radcli)
endif (NOT LIBFREERADIUS)
if (NOT LIBFREERADIUS AND NOT LIBRADCLI)
message (SEND_ERROR " No suitable radius library found")
message (STATUS " No suitable radius library found - radius support disabled")
elseif (LIBFREERADIUS)
message (STATUS " Found ${LIBFREERADIUS} - radius support enabled")
set (RADIUS_LDFLAGS "-lfreeradius-client")
Expand Down

0 comments on commit b0e1f5e

Please sign in to comment.