From ad88a5e1c86a83a92aac05bc39a36e0aad518960 Mon Sep 17 00:00:00 2001 From: Hayodea Hekol Date: Tue, 9 Jun 2026 19:51:51 -0400 Subject: [PATCH] CMake: Fix unnecessary build steps --- commonLibs/livoxProto1/CMakeLists.txt | 1 - commonLibs/xcbXorg/CMakeLists.txt | 2 +- stimBuffApis/xcbWindow/CMakeLists.txt | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/commonLibs/livoxProto1/CMakeLists.txt b/commonLibs/livoxProto1/CMakeLists.txt index 9f53c6c..09bfabc 100644 --- a/commonLibs/livoxProto1/CMakeLists.txt +++ b/commonLibs/livoxProto1/CMakeLists.txt @@ -25,7 +25,6 @@ if(ENABLE_LIB_livoxProto1) ) target_link_libraries(livoxProto1 PUBLIC Boost::system Boost::log - attachmentSupport spinscale ) diff --git a/commonLibs/xcbXorg/CMakeLists.txt b/commonLibs/xcbXorg/CMakeLists.txt index 7b5e3a9..6d3d2f0 100644 --- a/commonLibs/xcbXorg/CMakeLists.txt +++ b/commonLibs/xcbXorg/CMakeLists.txt @@ -18,7 +18,7 @@ if(ENABLE_LIB_xcbXorg) # Set config define for header generation add_compile_definitions(CONFIG_LIB_XCBXORG_ENABLED) target_include_directories(xcbXorg PUBLIC ${XCB_INCLUDE_DIRS}) - target_link_libraries(xcbXorg ${XCB_LIBRARIES} attachmentSupport) + target_link_libraries(xcbXorg ${XCB_LIBRARIES}) # Install rules install(TARGETS xcbXorg diff --git a/stimBuffApis/xcbWindow/CMakeLists.txt b/stimBuffApis/xcbWindow/CMakeLists.txt index d022ebb..82afb71 100644 --- a/stimBuffApis/xcbWindow/CMakeLists.txt +++ b/stimBuffApis/xcbWindow/CMakeLists.txt @@ -28,7 +28,6 @@ if(ENABLE_STIMBUFFAPI_xcbWindow) target_link_libraries(xcbWindow Boost::system Boost::log ${XCB_LIBRARIES} - attachmentSupport spinscale) # Install rules