Re: [CMake] Add support for cross compiling to VxWorks

2016-01-01 Thread Kuhl, Brian
Adding the library path to CMAKE_FIND_ROOT_PATH did not help :( SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) SET(CMAKE_FIND_ROOT_PATH C:/git/vx7-ux-ports/workbench-4/workspace/VSB64/usr/root C:/git/vx7-ux-ports/workbench-4/workspace/VSB64/usr/libcommon

Re: [CMake] Cannot set FOLDER property to an interface (header-only) target

2016-01-01 Thread Jakob van Bethlehem
Hej Joël, The command you’re looking for is ‘source_group’, see https://cmake.org/cmake/help/v3.0/command/source_group.html Sincerely, Jakob > On 30 Dec 2015, at 20:52, Klaim - Joël Lamotte wrote: > > The

[cmake-developers] [CMake 0015897]: Clang CXX feature detection disabled on WIN32 platforms

2016-01-01 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=15897 == Reported By:Paul "TBBle" Hampson Assigned To:

[Cmake-commits] CMake branch, master, updated. v3.4.1-759-g1e47d2b

2016-01-01 Thread Brad King
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 1e47d2b371ebd83374bbfbf9ff22637606e712b1 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.4.1-1834-gcab328f

2016-01-01 Thread Brad King
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, next has been updated via cab328fb37a3e12e75ce76879134d4ab206319bd (commit) via

Re: [CMake] Add support for cross compiling to VxWorks

2016-01-01 Thread Gregor Jasny via CMake
Hello, please have a look at some other toolchain file like the BlackBerry one: > https://github.com/blackberry/OGRE/blob/master/src/CMake/toolchain/blackberry.toolchain.cmake On 30/12/15 21:38, Kuhl, Brian wrote: > I'm trying to add support for VxWorks to CMake. > My current dilemma is that