diff options
author | Sadie Powell <sadie@witchery.services> | 2025-03-06 01:23:14 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-03-06 01:24:39 +0000 |
commit | 2091dc68bc0bbb8fe29c8123fd59f9f42dc22737 (patch) | |
tree | e68931a36731900e3e64deebc83171c4028c6c34 /CMakeLists.txt | |
parent | 9926ac5a05ba741690f51a3265f2523a9e43a5c7 (diff) |
Move REPRODUCIBLE_BUILD to sysconf.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 65553c241..e86e73998 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -142,11 +142,6 @@ include_directories( ${Anope_SOURCE_DIR}/vendor ) -# Pass on REPRODUCIBLE_BUILD -if(REPRODUCIBLE_BUILD) - add_definitions(-DREPRODUCIBLE_BUILD) -endif() - if(WIN32) # If using Windows, include the windows specific folder for anope_windows.h include_directories(${Anope_SOURCE_DIR}/src/win32) |