Claus Klein

Results 206 comments of Claus Klein

> Currently VSCode and VisualStudio support all three types of presets. CLion supports only **build** presets QtCreators integration is on its roadmap. For XCode I do not know but the...

> My point is that the minimum requirements are defined by the IDE integration and not by the cli usage. Otherwise, we could claim that presets are useless, then remove...

I have the same problem under OSX: ```bash Claus-MBP:build clausklein$ cmake .. -- The C compiler identification is AppleClang 8.0.0.8000042 -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -- Check for...

Ok, thanks. perhaps, I could add a check for that header to CMakeLists.txt And, if you want, cmake should export its installed configuration like this: install(TARGETS netconf2 EXPORT netconf2-targets) see...

Why did you not include the unit tests and the cpp03 examples?

Hi Konstantin, based on your patch I have extended the CMakeLists.txt files to have more options and use ctest too: Claus-MBP:ninjabuild clausklein$ ninja [314/314] Linking CXX executable bin/asio_cpp14_executors_actor Claus-MBP:ninjabuild clausklein$...

I have based on your patch conan with cmake build files prepared, see https://github.com/chriskohlhoff/asio/pull/296

I would suggest to simply use this PR https://github.com/chriskohlhoff/asio/pull/1105

@dvzrv it is easy to extent my project to export `pkg-config` a package too ```bash -- Installing: /Users/clausklein/Workspace/cpp/asio/asio/stage/share/asio/asioConfig.cmake -- Installing: /Users/clausklein/Workspace/cpp/asio/asio/stage/share/asio/asioConfigVersion.cmake -- Installing: /Users/clausklein/Workspace/cpp/asio/asio/stage/share/asio/asioTargets.cmake -- Installing: /Users/clausklein/Workspace/cpp/asio/asio/stage/lib/pkgconfig/asio.pc + rm -rf...

see https://github.com/chriskohlhoff/asio/pull/1105/commits/618bddb9d69ace2a66f8dab282790c0b415e0347