On the 'cmake' branch: Disable targets, that have msvc_force_static only on
Windows platforms, because Linux doesn't have any limitations with them.

* build/generator/gen_cmake.py
  (get_target_conditions): Generate `NOT (BUILD_SHARED_LIBS AND WIN32)`
   condition instead of `NOT BUILD_SHARED_LIBS` for the force-static
   targets.


git-svn-id: https://svn.apache.org/repos/asf/subversion/branches/cmake@1920470 13f79535-47bb-0310-9956-ffa450edef68
1 file changed