Turn off WITH_COMPILER_SHORT_FILE_MACRO temporarily.

It's causing build errors on compilers that I don't have. Turn it off
while I fix them.

Added in {rB1daa3c3f0a1cfd74bef527e0207f38154e591d46}.
This commit is contained in:
Ankit Meel 2020-11-02 15:42:59 +05:30
parent b801369c8e
commit 19dec6c8a7
1 changed files with 1 additions and 1 deletions

View File

@ -571,7 +571,7 @@ if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_C_COMPILER_ID MATCHES "Clang")
endif()
if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_C_COMPILER_ID MATCHES "Clang")
option(WITH_COMPILER_SHORT_FILE_MACRO "Make paths in macros like __FILE__ relative to top level source and build directories." ON)
option(WITH_COMPILER_SHORT_FILE_MACRO "Make paths in macros like __FILE__ relative to top level source and build directories." OFF)
mark_as_advanced(WITH_COMPILER_SHORT_FILE_MACRO)
endif()