Skip to content

Commit

Permalink
build(templates): Switch to PROJECT_ prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein authored and fuhlig1 committed Oct 14, 2022
1 parent 048ec4a commit 8501262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/project_root_containers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ find_package2_implicit_dependencies()
# Defines all basic include directories from fairbase
SetBasicVariables()

set(FAIRROOT_LIBRARY_PROPERTIES VERSION "${PROJECT_VERSION}")
set(PROJECT_LIBRARY_PROPERTIES VERSION "${PROJECT_VERSION}")

SET(_LIBDIR ${CMAKE_BINARY_DIR}/lib)
SET(LD_LIBRARY_PATH ${_LIBDIR} ${LD_LIBRARY_PATH})
Expand Down
2 changes: 1 addition & 1 deletion templates/project_stl_containers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ find_package2_implicit_dependencies()
# Defines all basic include directories from fairbase
SetBasicVariables()

set(FAIRROOT_LIBRARY_PROPERTIES VERSION "${PROJECT_VERSION}")
set(PROJECT_LIBRARY_PROPERTIES VERSION "${PROJECT_VERSION}")

SET(_LIBDIR ${CMAKE_BINARY_DIR}/lib)
SET(LD_LIBRARY_PATH ${_LIBDIR} ${LD_LIBRARY_PATH})
Expand Down

0 comments on commit 8501262

Please sign in to comment.