[CMake] Java not found

2018-11-19 Thread szukw000
cmake-3.12.4 did find the correct version: -- Found Java: /usr/lib64/java/bin/java (found version "11.0.1") But the cmake Module FindJava.cmake fails with this warning: --- warning: [options] bootstrap class path not set in conjunction

Re: [CMake] add_library ALIAS

2018-11-19 Thread Alan W. Irwin
On 2018-11-19 14:20- rmawatson rmawatson wrote: I am trying to figure out exactly what this line is for in the cmake file of the github json project here -> https://github.com/nlohmann/json/blob/develop/CMakeLists.txt#L48 add_library(${PROJECT_NAME}::${NLOHMANN_JSON_TARGET_NAME} ALIAS

[CMake] CMAKE_OSX_SYSROOT icw iOS fat binaries (iPhone + iPhoneSimulator)

2018-11-19 Thread Erik van Nooijen
With CMake it is possible to build for fat binaries for iOS without XCode. Fat binaries meaning containing all the architectures for iPhone and iPhoneSimulator. However, when building frameworks, CMake builds it with the MacOSX layout, including 'Version' directory and symlinks etc. This is

Re: [CMake] CMAKE_OSX_SYSROOT icw iOS fat binaries (iPhone + iPhoneSimulator)

2018-11-19 Thread Craig Scott
The IOS_INSTALL_COMBINED target property allows you to create fat binaries, but only at install time. To use this feature, set your CMAKE_OSX_SYSROOT to iphoneos and the simulator slice will be built and added to the fat

Re: [CMake] Visual Studio ARM generator

2018-11-19 Thread Robert Bielik
Ok, I'm now running with the Android x-compilation stuff via NVIDIA Tegra, however, I'm at a loss how to define STL type. It need to use the LLVM c++ libs, but I find no documentation on what to set for CMAKE_ANDROID_STL_TYPE to achieve this. Help? Regards /R > -Original Message- >

[CMake] NVIDIA Nsight Tegra settings

2018-11-19 Thread Robert Bielik
Ok, learning as I go along  The settings are documented here: https://cmake.org/cmake/help/v3.12/prop_tgt/ANDROID_STL_TYPE.html#prop_tgt:ANDROID_STL_TYPE which does not mention LLVM c++ library. But the NVIDIA Tegra extension for Visual Studio can handle LLVM, as it is settable in the

Re: [CMake] NVIDIA Nsight Tegra settings

2018-11-19 Thread Robert Bielik
Ok, found it. The value for CMAKE_ANDROID_STL_TYPE is the filename of one of the .props files under: "C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\VC\VCTargets\Platforms\Tegra-Android\PlatformToolsets\Stl" And LLVM is "llvm-libc++_shared" and

[CMake] add_library ALIAS

2018-11-19 Thread rmawatson rmawatson
I am trying to figure out exactly what this line is for in the cmake file of the github json project here -> https://github.com/nlohmann/json/blob/develop/CMakeLists.txt#L48 add_library(${PROJECT_NAME}::${NLOHMANN_JSON_TARGET_NAME} ALIAS ${NLOHMANN_JSON_TARGET_NAME}) Specifically with this

Re: [CMake] add_library ALIAS

2018-11-19 Thread Craig Scott
On Tue, Nov 20, 2018 at 1:20 AM rmawatson rmawatson wrote: > I am trying to figure out exactly what this line is for in the cmake file > of the github json project here -> > https://github.com/nlohmann/json/blob/develop/CMakeLists.txt#L48 > >

[Cmake-commits] CMake branch, master, updated. v3.13.0-rc3-496-gd851a8b

2018-11-19 Thread Kitware Robot
t a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index eec8d1a..4a312ec 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -1,5 +1,5 @@ # CMake version number components. set(CMake_VERSION_MAJOR 3) set(CMake_VERSION_MINOR 13) -set(CMake_VERSION_PATCH 20181119) +set(CMake_VER

[Cmake-commits] CMake branch, master, updated. v3.13.0-rc3-476-g95a7351

2018-11-19 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via 95a735116f51285f78acb04d1bdc7863122fd94a (commit) via

[Cmake-commits] CMake branch, master, updated. v3.13.0-rc3-490-g8866f63

2018-11-19 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via 8866f63f60a46f947fb9a6658944988da84867c4 (commit) via

[Cmake-commits] CMake branch, release, updated. v3.13.0-rc3-13-ge593161

2018-11-19 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, release has been updated via e593161bd5952f7e24e88a368cc0b39c9a2ca795 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.13.0-rc3-495-g1dc85a6

2018-11-19 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via 1dc85a6652bc8255ff7a9ef39028a7df45e3007b (commit) via