Added
Link Here
|
0 |
- |
1 |
--- CMakeLists.txt.orig 2022-02-09 14:58:23 UTC |
|
|
2 |
+++ CMakeLists.txt |
3 |
@@ -45,6 +45,9 @@ if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.10) |
4 |
cmake_policy(SET CMP0071 NEW) |
5 |
endif() |
6 |
|
7 |
+# Fix with FMT >= 9 - see https://github.com/The-OpenROAD-Project/OpenROAD/issues/2386 |
8 |
+add_compile_definitions(FMT_DEPRECATED_OSTREAM) |
9 |
+ |
10 |
# Interfers with Qt so off by default. |
11 |
option(LINK_TIME_OPTIMIZATION "Flag to control link time optimization: off by default" OFF) |
12 |
|