Skip to content

Commit c3d7db1

Browse files
committed
Docs: Updated URL
1 parent 1538091 commit c3d7db1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/CXXSniffer.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ elseif (_HAS_GNU0X)
1717
message (WARNING "Enabling -std=gnu++0x draft compile flag. Your compiler does not support the standard '-std=c++11' option. Consider upgrading.")
1818
set (_CXX11_FLAGS "-std=gnu++0x")
1919
else (_HAS_CXX11)
20-
message (FATAL_ERROR "C++11 support missing. Try upgrading your C++ compiler. If you have a good reason for using an outdated compiler, please let us know at support@taskwarrior.org.")
20+
message (FATAL_ERROR "C++11 support missing. Try upgrading your C++ compiler. If you have a good reason for using an outdated compiler, please let us know at support@gothenburgbitfactory.org.")
2121
endif (_HAS_CXX11)
2222

2323
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")

0 commit comments

Comments
 (0)