On 2017-12-14 13:51-0500 Michael Jackson wrote:
I just tried out the latest CMake release 3.10.1 and it fails to configure (from a
clean build directory) our project where CMake 3.9.x and below (down to CMake 3.7.x)
configures it completely and correctly. The configure error I get is"
-- Conf
I just tried out the latest CMake release 3.10.1 and it fails to configure
(from a clean build directory) our project where CMake 3.9.x and below (down to
CMake 3.7.x) configures it completely and correctly. The configure error I get
is"
-- Configuring done
CMake Error in
/Users/mjackson/Works
We are pleased to announce that CMake 3.10.1 is now available for download.
Please use the latest release from our download page:
https://cmake.org/download/
Thanks for your support!
-
Changes in 3.10.1 since 3.10.0:
Adam
13.12.2017, 23:08, "Daniel Schepler" :
> You would need to set the INSTALL_RPATH property of the targets to something
> like "$ORIGIN/../lib" .
>
> You might also need to add "-Wl,--disable-new-dtags" to the
> CMAKE_*_LINK_FLAGS variables - otherwise, the RPATH settings will only take
> effect
I think you can fill a bug about erroneous behaviour when a list is specified
with command set_target_properties for property
IMPORTED_LINK_INTERFACE_LIBRARIES.
Another way to specify the property is to use command set_property which
supports multiple values for a property:
set_property(TARGET
Hi Saad,
have you read the docs on IMPORTED_LINK_INTERFACE_LIBRARIES? (
https://cmake.org/cmake/help/latest/prop_tgt/IMPORTED_LINK_INTERFACE_LIBRARIES.html
):
"This property is deprecated. Use INTERFACE_LINK_LIBRARIES instead."
Setting INTERFACE_LINK_LIBRARIES to "LibA;LibB" should do exactly