fftpack icon indicating copy to clipboard operation
fftpack copied to clipboard

Removed unnecessary include call in install/

Open jfdev001 opened this issue 7 months ago • 0 comments

include("${PROJECT_SOURCE_DIR}/cmake/helper.cmake") is called in project root CMakeLists.txt, so it is not necessary to have it in install/ as well.

jfdev001 avatar Mar 11 '25 15:03 jfdev001