Skip to content

Commit

Permalink
cmake: Use thunders major version
Browse files Browse the repository at this point in the history
  • Loading branch information
bramoosterhuis committed Jun 12, 2024
1 parent f202cfb commit 702cc1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion definitions/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ project(Definitions)

find_package(Thunder)

project_version(1.0.0)
project_version(${Thunder_VERSION})

find_package(CompileSettingsDebug REQUIRED)
find_package(JsonGenerator REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion interfaces/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ project(Marshalling)

find_package(Thunder)

project_version(1.0.0)
project_version(${Thunder_VERSION})

find_package(CompileSettingsDebug REQUIRED)
find_package(ProxyStubGenerator REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion qa_interfaces/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ project(QAMarshalling)

find_package(Thunder)

project_version(1.0.0)
project_version(${Thunder_VERSION})

find_package(CompileSettingsDebug REQUIRED)
find_package(ProxyStubGenerator REQUIRED)
Expand Down

0 comments on commit 702cc1c

Please sign in to comment.