CMakeLists: re-enable Interconnect.

I'll need it for the new code structure.
This commit is contained in:
Guillaume Jacquemin 2022-04-24 16:37:36 +02:00
parent 8266ce11c8
commit c68a59d952
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ set(BUILD_STATIC ON CACHE BOOL "" FORCE)
set(BUILD_STATIC_PIC ON CACHE BOOL "" FORCE)
set(BUILD_STATIC_UNIQUE_GLOBALS OFF CACHE BOOL "" FORCE)
set(WITH_INTERCONNECT OFF CACHE BOOL "" FORCE)
set(WITH_INTERCONNECT ON CACHE BOOL "" FORCE)
set(WITH_PLUGINMANAGER OFF CACHE BOOL "" FORCE)
set(WITH_TESTSUITE OFF CACHE BOOL "" FORCE)
set(WITH_MAIN ON CACHE BOOL "" FORCE)