Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pystencils-sfg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pycodegen
pystencils-sfg
Commits
11f15805
Commit
11f15805
authored
5 months ago
by
Frederik Hennig
Browse files
Options
Downloads
Patches
Plain Diff
fix cmake variable name
parent
0bbe5b44
No related branches found
No related tags found
2 merge requests
!12
Improve versatility and robustness of `cpptype`, and document it in the user guide
,
!8
Add CONFIG_MODULE parameter to CMake function. Add Tests for CMake Integration.
Pipeline
#71502
failed
5 months ago
Stage: Code Quality
Stage: Tests
Stage: Documentation
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/pystencilssfg/cmake/modules/PystencilsSfg.cmake
+1
-1
1 addition, 1 deletion
src/pystencilssfg/cmake/modules/PystencilsSfg.cmake
with
1 addition
and
1 deletion
src/pystencilssfg/cmake/modules/PystencilsSfg.cmake
+
1
−
1
View file @
11f15805
...
@@ -54,7 +54,7 @@ function(pystencilssfg_generate_target_sources TARGET)
...
@@ -54,7 +54,7 @@ function(pystencilssfg_generate_target_sources TARGET)
endif
()
endif
()
if
(
DEFINED _pssfg_CONFIG_MODULE
)
if
(
DEFINED _pssfg_CONFIG_MODULE
)
cmake_path
(
ABSOLUTE_PATH
PystencilsS
fg_CONFIG_MODULE OUTPUT_VARIABLE config_module
)
cmake_path
(
ABSOLUTE_PATH
_pss
fg_CONFIG_MODULE OUTPUT_VARIABLE config_module
)
list
(
APPEND generatorArgs
"--sfg-config-module=
${
config_module
}
"
)
list
(
APPEND generatorArgs
"--sfg-config-module=
${
config_module
}
"
)
list
(
APPEND _pssfg_DEPENDS
${
config_module
}
)
list
(
APPEND _pssfg_DEPENDS
${
config_module
}
)
else
()
else
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment