HEP-SoC / SoCMake

CMake based hardware build system
https://hep-soc.github.io/SoCMake/
GNU Lesser General Public License v3.0
8 stars 1 forks source link

Remove includes of core SoCMake functions in tool backends #69

Open Risto97 opened 2 months ago

Risto97 commented 2 months ago

It is not necessary to include all the files like here:

    include("${CMAKE_CURRENT_FUNCTION_LIST_DIR}/../../hwip.cmake")
    include("${CMAKE_CURRENT_FUNCTION_LIST_DIR}/../fw_utils.cmake")
    include("${CMAKE_CURRENT_FUNCTION_LIST_DIR}/../../utils/find_python.cmake")

These are core SoCMake features and should already be included before.