Commit 7f5b0f0c by Edward Thomson

cmake: allow ENABLE_REPRODUCIBLE_BUILDS on macOS

macOS may support ENABLE_REPRODUCIBLE_BUILDS, allow users to opt-in to
it. (Especially since ENABLE_REPRODUCIBLE_BUILDS is not the default.)
parent a89db0e7
...@@ -64,9 +64,7 @@ IF (UNIX) ...@@ -64,9 +64,7 @@ IF (UNIX)
ELSE() ELSE()
OPTION(USE_NTLMCLIENT "Enable NTLM support on Unix." ON ) OPTION(USE_NTLMCLIENT "Enable NTLM support on Unix." ON )
ENDIF() ENDIF()
ENDIF()
IF (UNIX AND NOT APPLE)
OPTION(ENABLE_REPRODUCIBLE_BUILDS "Enable reproducible builds" OFF) OPTION(ENABLE_REPRODUCIBLE_BUILDS "Enable reproducible builds" OFF)
ENDIF() ENDIF()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment