commontk / CTK

A set of common support code for medical imaging, surgical navigation, and related purposes.
https://commontk.org
Apache License 2.0
827 stars 480 forks source link

CTKConfig.cmake includes ctkFunctionGeneratePluginUseFile.cmake but this file isn't installed #1178

Open yurivict opened 5 months ago

yurivict commented 5 months ago

CTKConfig.cmake contains these includes:

include("${CTK_CMAKE_DIR}/ctkFunctionGeneratePluginManifest.cmake")
include("${CTK_CMAKE_DIR}/ctkFunctionGeneratePluginUseFile.cmake")
include("${CTK_CMAKE_DIR}/ctkMacroGeneratePluginResourceFile.cmake")

but the latest version 2023.07.13 doesn't install ctkFunctionGeneratePluginUseFile.cmake.

2023.07.13 is broken for this reason.

jcfr commented 5 months ago

Thanks for the report :pray:

Since this has been fixed in https://github.com/commontk/CTK/commit/4888deb1d7f2e72b5458182da1a54369e5e52887 integrated through https://github.com/commontk/CTK/pull/1150, would it be possible for you to use the latest version ?

Alternatively, we could also considering cutting a new release based of master.