File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
MetadataProcessor.Core/SkeletonGenerator Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ struct {{ClassName}}
258
258
259
259
internal const string CMakeModuleTemplate =
260
260
@"#
261
- # Copyright(c) 2020 The nanoFramework project contributors
261
+ # Copyright (c) .NET Foundation and Contributors
262
262
# See LICENSE file in the project root for full license information.
263
263
#
264
264
@@ -300,8 +300,9 @@ struct {{ClassName}}
300
300
set({{AssemblyName}}_SRC_FILE SRC_FILE-NOTFOUND)
301
301
find_file({{AssemblyName}}_SRC_FILE ${SRC_FILE}
302
302
PATHS
303
- ""${BASE_PATH_FOR_THIS_MODULE}""
304
- ""${TARGET_BASE_LOCATION}""
303
+ ${BASE_PATH_FOR_THIS_MODULE}
304
+ ${TARGET_BASE_LOCATION}
305
+ ${PROJECT_SOURCE_DIR}/src/{{AssemblyName}}
305
306
306
307
CMAKE_FIND_ROOT_PATH_BOTH
307
308
)
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3
- "version" : " 2.24 " ,
3
+ "version" : " 2.25 " ,
4
4
"release" : {
5
5
"branchName" : " release-v{version}" ,
6
6
"versionIncrement" : " build" ,
You can’t perform that action at this time.
0 commit comments