[PATCH v2 6/6] CMake: make the project compatible ´with building as a subproject

2023-09-11 Thread yegorslists
From: Yegor Yefremov Use CMAKE_CURRENT_*_DIR in the mein CMakeLists.txt and PROJECT_*_DIR in the subdirectories. --- CMakeLists.txt | 14 +++--- examples/CMakeLists.txt| 4 ++-- ftdi_eeprom/CMakeLists.txt | 2 +- ftdipp/CMakeLists.txt | 2 +- python/CMakeLists.txt

Re: [PATCH v2 6/6] CMake: make the project compatible ´with building as a subproject

2023-10-10 Thread Thomas Jarosch
Hi Yegor, You wrote on Mon, Sep 11, 2023 at 10:04:04AM +0200: > From: Yegor Yefremov > > Use CMAKE_CURRENT_*_DIR in the mein CMakeLists.txt and PROJECT_*_DIR > in the subdirectories. all cmake related patches have been applied. Thanks a lot, Yegor! I quickly skimmed through them and made sure