Oleg Artene

Results 24 comments of Oleg Artene

For example when I rename a file used in `includes:` I get error ``` Error: Could not locate partial: includes/OLD_FILE_NAME ```

The main reason I use external projects is that they do not pollute my project. They are compiled in a separate environment and I just include and link from the...

Another trick: Trevent external projects build on install (and all) target build ```sh cmake --build . --target install ``` add to all external projects ```cmake set_target_properties(externalFooBar PROPERTIES EXCLUDE_FROM_ALL TRUE) ```

+1 We have Clients that use our service and they need to configure (optionally) their IdP and a "Login with SAML" will appear on their subdomain. There is no central...

[LightSaml bundle](https://github.com/lightSAML/SpBundle/issues/51#issuecomment-324111532) did the job for me.

It will fix https://github.com/gabiseabra/google-fonts-webpack-plugin/issues/17

Hello @andacu Any results? I am especially interested how you managed to handle the attributes. I am struggling to understand how to require IdP to provide attributes (email, first name,...

Currently I delete all `.so` after install step ```cmake ExternalProject_Add_Step(external_z remove_shared_lib DEPENDEES install COMMAND bash -c "rm /tmp/test-cmake-external-projects/installed/${CMAKE_INSTALL_LIBDIR}/${CMAKE_SHARED_LIBRARY_PREFIX}z${CMAKE_SHARED_LIBRARY_SUFFIX}*" ) ```

[His Wikipedia page](https://en.wikipedia.org/wiki/Mark_Adler) says he is still alive.

The development branch is active https://github.com/madler/zlib/commits/develop