Skip to content

Commit

Permalink
fix: define asap_top_level_install as empty when project install shou…
Browse files Browse the repository at this point in the history
…ld be skipped
  • Loading branch information
abdes committed Mar 6, 2022
1 parent 3e0c70f commit 616deed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/AsapInstall.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,8 @@ if(${META_PROJECT_ID}_INSTALL)
COMPONENT ${data})
endif()
endfunction()
else()
function(asap_top_level_install)

endfunction()
endif()

0 comments on commit 616deed

Please sign in to comment.