Skip to content

Commit

Permalink
merge variable definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Sep 19, 2023
1 parent abf5159 commit b005b0a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions base.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -349,11 +349,9 @@ macro(COMPUTE_PROJECT_ARGS _project_VARIABLE)
set(_project_LANGUAGES "CXX")
endif()

set(${_project_VARIABLE} VERSION ${PROJECT_VERSION_FULL} LANGUAGES
${_project_LANGUAGES})

set(${_project_VARIABLE} ${${_project_VARIABLE}} DESCRIPTION
${PROJECT_DESCRIPTION})
set(${_project_VARIABLE}
VERSION ${PROJECT_VERSION_FULL} LANGUAGES ${_project_LANGUAGES}
DESCRIPTION ${PROJECT_DESCRIPTION})
endmacro(COMPUTE_PROJECT_ARGS)

# .rst: .. ifmode:: user
Expand Down

0 comments on commit b005b0a

Please sign in to comment.