Skip to content

Commit 7f5b0f0

Browse files
committed
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.)
1 parent a89db0e commit 7f5b0f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ IF (UNIX)
6464
ELSE()
6565
OPTION(USE_NTLMCLIENT "Enable NTLM support on Unix." ON )
6666
ENDIF()
67-
ENDIF()
6867

69-
IF (UNIX AND NOT APPLE)
7068
OPTION(ENABLE_REPRODUCIBLE_BUILDS "Enable reproducible builds" OFF)
7169
ENDIF()
7270

0 commit comments

Comments
 (0)