Skip to content

Commit

Permalink
Version now correctly added to CMake Config
Browse files Browse the repository at this point in the history
  • Loading branch information
faressc committed Jan 24, 2025
1 parent bea0e07 commit c8a6ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ message(STATUS "Configuring anira")
set(ANIRA_WITH_LIBTORCH @ANIRA_WITH_LIBTORCH@)
set(ANIRA_WITH_BENCHMARK @ANIRA_WITH_BENCHMARK@)
set(ANIRA_WITH_TESTS @ANIRA_WITH_TESTS@)
set(ANIRA_VERSION @ANIRA_VERSION@)
set(ANIRA_VERSION @PROJECT_VERSION_FULL@)

find_package(concurrentqueue REQUIRED)

Expand Down

0 comments on commit c8a6ea2

Please sign in to comment.