Re: [CMake] How to set libcurl library path and the library name?

2017-04-27 Thread Rolf Eike Beer
Alex Chen wrote: > There is an error in the FindCURL document of Cmake 3.8 (or prior versions). No. > It says > > CURL_INCLUDE_DIRS - where to find curl/curl.h, etc. Which is what it is _setting_. > But in fact it is looking for CURL_INCLUDE_DIR, not CURL_INCLUDE_DIRS. If I > set

[Cmake-commits] CMake branch, master, updated. v3.8.0-992-g02d1186

2017-04-27 Thread Kitware Robot
_VERSION_MINOR 8) -set(CMake_VERSION_PATCH 20170427) +set(CMake_VERSION_PATCH 20170428) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/

Re: [CMake] How to set libcurl library path and the library name?

2017-04-27 Thread Alex Chen
There is an error in the FindCURL document of Cmake 3.8 (or prior versions). It says CURL_INCLUDE_DIRS   - where to find curl/curl.h, etc. CURL_LIBRARIES  - List of libraries when using curl. CURL_FOUND  - True if curl found. CURL_VERSION_STRING - the version of curl found

[CMake] How to set libcurl library path and the library name?

2017-04-27 Thread Alex Chen
Hi,     I am trying to build AWS CPP SDK for the iOS from downloaded source. The compilation seems to go well but it fails at link time.  My CMake invocation is /Applications/CMake.app/Contents/bin/cmake -Wno-dev -DBUILD_ONLY=s3;s3-encryption

[Cmake-commits] CMake branch, master, updated. v3.8.0-991-gf0ae821

2017-04-27 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 f0ae821681a0a0b4f411a0feb4a6f6e458475999 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.8.0-989-g6887c11

2017-04-27 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 6887c1174f6a16d6d51189954cb3b0dbf49a971f (commit) via

[CMake] iOS IPA Creation Xcode 8.3.x

2017-04-27 Thread Wesio
We extensively use CMake in one of our projects and have been successfully using add_executable with MACOSX_BUNDLE to produce iOS .app artefacts and then using a custom target to run (via xcrun) PackageApplication to transform the .app to a .ipa. Unfortunately with Xcode 8.3.x PackageApplication

Re: [cmake-developers] Patch: Don't emit warning when config file not found

2017-04-27 Thread Brad King
On 04/26/2017 04:38 PM, Brad King wrote: > Thanks. This is a good start > > * Reject use of OPTIONAL and REQUIRED together. > * What about OPTIONAL and QUIET together? > * Document _FIND_OPTIONAL for find modules. Having thought about these more, I think perhaps my suggestion to add an