Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions arm-runtimes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,14 @@ if(ENABLE_CXX_LIBS)
endforeach()
endif()

else() # if not ENABLE_CXX_LIBS

# The parent arm-multilib cmake script will still want to invoke
# build targets like 'cxxlibs-configure', whether we actually have
# C++ libraries or not. So we should define them, even if they
# don't do anything.
add_custom_target(cxxlibs-configure)
add_custom_target(cxxlibs-build)
endif()

install(
Expand Down
Loading