Initial commit
This commit is contained in:
16
groups/soft_group/fftw/CMakeLists.txt
Normal file
16
groups/soft_group/fftw/CMakeLists.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
#
|
||||
# 调用通用编译函数
|
||||
#
|
||||
|
||||
# 定义下载地址,调用通用编译函数
|
||||
set(FFTW_URL "http://www.fftw.org/fftw-${FFTW_VER}.tar.gz")
|
||||
SrcBuild(fftw ${FFTW_VER} ${FFTW_URL})
|
||||
|
||||
SET_INSTALL_PATH(fftw ${FFTW_VER} FFTW_INSTALL)
|
||||
|
||||
if(GENERATE_MODULE_FILES)
|
||||
GenerateModule(fftw ${FFTW_VER} ${FFTW_INSTALL})
|
||||
DEPLOY_MSG("Generated module file for fftw")
|
||||
else()
|
||||
DEPLOY_MSG("Skipping module file generation (GENERATE_MODULE_FILES=OFF)")
|
||||
endif()
|
||||
Reference in New Issue
Block a user