Re: [CMake] Modern superbuild template including support for

2015-08-21 Thread Knox, Kent
I think I have a different perspective. I don't want Boost or gmock to be considered a part of clsparse in any visible way (I don't want them in my IDE); I want them truly separate and external. I like cmake to download and build dependencies for me in an automated fashion, but I don't want th

Re: [CMake] Imported libraries and cross platform target names

2015-08-21 Thread Ette, Anthony (CDS)
Thank you; unset works perfectly. Anthony Ette Control Systems Engineer Rolls-Royce Controls and Data Services 7661 N Perimeter Rd Indianapolis, IN 46241 tel: +1 (317) 230-6943 mob: +1 (317) 864-7975 email: anthony.r.e...@controlsdata.com From: David Cole

[CMake] CMAKE_PUSH_CHECK_STATE()

2015-08-21 Thread Micha Renner
Hallo, CMAKE_PUSH_CHECK_STATE() CMAKE_POP_CHECK_STATE() affect CMAKE_REQUIRED_FLAGS, CMAKE_REQUIRED_DEFINITIONS, CMAKE_REQUIRED_LIBRARIES and CMAKE_REQUIRED_INCLUDES. Maybe one can extend CMAKE_PUSH_CHECK_STATE() CMAKE_POP_CHECK_STATE() to controll CMAKE_EXTRA_INCLUDE_FILES also. Michael Renner

Re: [CMake] Imported libraries and cross platform target names

2015-08-21 Thread David Cole via CMake
Find_library results are cached. If you want to re-find a potentially moved library every time you run, you would have to unset the cache variable prior to finding it. D On Thursday, August 20, 2015, Ette, Anthony (CDS) < anthony.r.e...@controlsdata.com> wrote: > Ok so I’ve got this going now (