File tree 1 file changed +13
-2
lines changed
1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
2
- index 3383cc173..81777c996 100755
2
+ index 3383cc173..79e66cecb 100755
3
3
--- a/src/CMakeLists.txt
4
4
+++ b/src/CMakeLists.txt
5
5
@@ -168,6 +168,8 @@ message(STATUS "boost: ${Boost_VERSION}")
@@ -11,7 +11,18 @@ index 3383cc173..81777c996 100755
11
11
option(ALLOW_WARNINGS "Flag to allow compilation with compiler warnings: on by default" ON)
12
12
if (NOT ALLOW_WARNINGS)
13
13
add_compile_options(
14
- @@ -325,12 +327,12 @@ target_link_libraries(openroad
14
+ @@ -250,7 +252,9 @@ add_subdirectory(cts)
15
+ add_subdirectory(grt)
16
+ add_subdirectory(tap)
17
+ add_subdirectory(mpl)
18
+ - add_subdirectory(mpl2)
19
+ + if ((NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin") AND BUILD_MPL2)
20
+ + add_subdirectory(mpl2)
21
+ + endif()
22
+ add_subdirectory(rcx)
23
+ add_subdirectory(psm)
24
+ add_subdirectory(par)
25
+ @@ -325,12 +329,12 @@ target_link_libraries(openroad
15
26
${CMAKE_THREAD_LIBS_INIT}
16
27
)
17
28
You can’t perform that action at this time.
0 commit comments