From 2b8afb38b73a457f2e160e25bad795c8b0d98613 Mon Sep 17 00:00:00 2001 From: gabime Date: Mon, 28 Oct 2019 23:41:40 +0200 Subject: [PATCH] Revert pull #1288 --- tests/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 2b842203..17529f2a 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -49,12 +49,6 @@ function(spdlog_prepare_test test_target spdlog_lib) spdlog_enable_sanitizer(${test_target}) endif() add_test(NAME ${test_target} COMMAND ${test_target}) - - if (CMAKE_SYSTEM_NAME STREQUAL Linux) - if (CMAKE_SIZEOF_VOID_P EQUAL 4) - target_compile_definitions(${test_target} PRIVATE _FILE_OFFSET_BITS=64) - endif() - endif() endfunction() # The compiled library tests