2013/3/15 Casey Basichis <[email protected]> > Hi Sergei, > > Thanks for the the tip on the environment. > > I tried that command but I'm now getting a different error. > > cmake /Prog/Frameworks/soci/src/ > -DCMAKE_IOS_SDK_ROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk > -DCMAKE_TOOLCHAIN_FILE=/Prog/iOS.cmake -GXcode -DWITH_BOOST=OFF > -- Configuring SOCI: > -- SOCI_VERSION = 3.2.0 > -- SOCI_ABI_VERSION = 3.2 > CMake Error at cmake/SociConfig.cmake:50 (message): > CMake is unable to recognize compilation toolset to build SOCI for you! > Call Stack (most recent call first): > CMakeLists.txt:41 (include) > > > -- Configuring incomplete, errors occurred! > > Thanks, > Casey > > > > Casey,
>From now on we should move to soci mailing list :-) This issue is related to soci build system and nothing to do with cmake itself. Let's do quick hack - remove FATAL_ERROR from SociConfig.cmake:50 and try again -- Best Regards, Sergei Nikulov
-- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
