Skip to content

Commit

Permalink
Merge pull request #144 from IBM/fix_filesystem_linkerror
Browse files Browse the repository at this point in the history
link against std filesystem lib
  • Loading branch information
rainerschoe authored Oct 7, 2022
2 parents a3f74b1 + 76e9a13 commit 1d0f6e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/libLocalDescriptorCache/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ target_link_libraries(${TARGET_NAME}
version
reflection
cli
stdc++fs
)

4 changes: 4 additions & 0 deletions src/utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@ target_include_directories(${TARGET_NAME}
)


target_link_libraries(${TARGET_NAME}
stdc++fs
)



2 changes: 1 addition & 1 deletion src/version/generateVersionDefine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# TODO: we could do this via git hooks. Problem is just that hooks are not
# really part of the repository. I.e. each user would need to install the
# hooks. Will need to find some solution
HARD_CODED_VERSION="v5.1.0"
HARD_CODED_VERSION="v4.1.1"

# get build date
DATE=`date +%Y-%m-%d_%H:%M:%S`
Expand Down

0 comments on commit 1d0f6e1

Please sign in to comment.