Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
libformfactor
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
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
mlz
libformfactor
Commits
2b9e1dd1
Commit
2b9e1dd1
authored
1 year ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
This is release 0.3.1
parent
2feb56db
No related branches found
No related tags found
1 merge request
!79
This is release 0.3.1
Pipeline
#107486
passed
1 year ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+4
-0
4 additions, 0 deletions
CHANGELOG
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
with
5 additions
and
1 deletion
CHANGELOG
+
4
−
0
View file @
2b9e1dd1
libformfactor-v0.3.1, released 02aug23
- CMake: removed option PORTABLE and compiler flag -march (unavailable on some architectures)
libformfactor-v0.3.0, released 14jun23
- Corrected version number in formfactorConfigVersion.cmake
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
2b9e1dd1
cmake_minimum_required
(
VERSION 3.15 FATAL_ERROR
)
project
(
formfactor VERSION 0.3.
0
LANGUAGES CXX
)
project
(
formfactor VERSION 0.3.
1
LANGUAGES CXX
)
set
(
CMAKE_MODULE_PATH
${
CMAKE_SOURCE_DIR
}
/cmake
)
include
(
PreventInSourceBuilds
)
...
...
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