Skip to content

Commit

Permalink
Update cmake/BareosSetVariableDefaults.cmake
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Rogge <andreas.rogge@bareos.com>
  • Loading branch information
2 people authored and BareosBot committed Jan 30, 2024
1 parent 99cb49c commit b02afe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/BareosSetVariableDefaults.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if(NOT DEFINED prefix)
endif()

option(USE_RELATIVE_PATHS
"Compile with relatives path, required for relocatable binaries." OFF
"Compile with relative paths, required for relocatable binaries." OFF
)

if(${CMAKE_SYSTEM_NAME} MATCHES "SunOS")
Expand Down

0 comments on commit b02afe3

Please sign in to comment.