[
https://issues.apache.org/jira/browse/LOGCXX-510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17144708#comment-17144708
]
Thorsten Schöning commented on LOGCXX-510:
------------------------------------------
{quote}CMake Error at main/cpp/CMakeLists.txt:167 (set_target_properties):
set_target_properties called with incorrect number of arguments.
C:\Users\tschoening\Documents\Svn\Src\Libs\trunk\C++\Logging\log4cxx\0.11.0-SNAPSHOT\src\src\main/cpp/CMakeLists.txt
167
{quote}
https://cmake.org/cmake/help/latest/command/set_target_properties.html
Things work after applying quotes:
{quote} VERSION
"${log4cxx_VERSION_MAJOR}.${log4cxx_VERSION_MINOR}.${log4cxx_VERSION_PATCH}"
SOVERSION "${log4cxx_VERSION_MAJOR}"{quote}
But is that the correct approach or is the underlying problem missing values
for referenced variables?
> Build problems using CMAKE and Visual Studio 2019 Community
> -----------------------------------------------------------
>
> Key: LOGCXX-510
> URL: https://issues.apache.org/jira/browse/LOGCXX-510
> Project: Log4cxx
> Issue Type: Bug
> Components: Build
> Affects Versions: 0.11.0
> Reporter: Thorsten Schöning
> Priority: Major
> Attachments: CMP00079.png, set_target_properties.png
>
>
> I just tested building log4cxx using CMAKE and Visual Studio 2019 Community.
> Things failed and I want to use this bug to document everything that I've
> found, because for some things I'm not sure how to handle them properly. Will
> create a new branch to maintain the fixes I came along, so that those can at
> best be later reviewed by others. The branch of interest is currently named
> "logcxx_510_cmake_vs2019_compat".
--
This message was sent by Atlassian Jira
(v8.3.4#803005)