Skip to content

Commit

Permalink
Incrementing CMake version
Browse files Browse the repository at this point in the history
  • Loading branch information
ifilot committed Dec 25, 2023
1 parent 8599707 commit dcb42fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@ jobs:
cd examples && mkdir build && cd build
cmake ../shared
make -j
ldd ./den2obj-shared-example
LD_LIBRARY_PATH=/usr/local/lib ./den2obj-shared-example
2 changes: 1 addition & 1 deletion examples/shared/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#*************************************************************************/

# set minimum cmake requirements
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.5)
project (den2obj-shared-example)

# add custom directory to look for .cmake files
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#*************************************************************************/

# set minimum cmake requirements
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.5)
project (den2obj)

# change compiler directives when code coverage is required
Expand Down

0 comments on commit dcb42fd

Please sign in to comment.