Skip to content

Commit

Permalink
Remove unused MCT_INTERFACE cppdef
Browse files Browse the repository at this point in the history
  • Loading branch information
jgfouca committed Sep 28, 2023
1 parent ac40a2c commit 360bf8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/cmake/modules/FindMCT.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ find_library(MPEU_LIB mpeu REQUIRED PATHS ${INSTALL_SHAREDPATH}/lib $ENV{mct_ROO
add_library(mct INTERFACE)
target_link_libraries(mct INTERFACE ${MCT_LIB} ${MPEU_LIB})
target_include_directories(mct INTERFACE ${INSTALL_SHAREDPATH}/include)
target_compile_definitions(mct INTERFACE "MCT_INTERFACE")

0 comments on commit 360bf8a

Please sign in to comment.