Re: svn commit: r1872636 - in /subversion/site/staging-ng/style: main.css normalize.css

2024-07-18 Thread Nathan Hartman
On Wed, Jul 17, 2024 at 5:32 AM Daniel Sahlberg wrote: > On 2020/01/12 04:21:08 hartmannat...@apache.org wrote: > > Author: hartmannathan > > Date: Sun Jan 12 04:21:07 2020 > > New Revision: 1872636 > > > > URL: http://svn.apache.org/viewvc?rev=1872636&view=rev > > Log: > > [On the staging-ng bra

Re: svn commit: r1919320 - in /subversion/branches/cmake: CMakeLists.txt build/generator/gen_cmake.py build/generator/templates/targets.cmake.ezt

2024-07-18 Thread Daniel Sahlberg
Den tors 18 juli 2024 kl 18:12 skrev Timofei Zhakov : > Hi, > > I just double checked and it worked correctly. The problem might be > because the targets.cmake file didn't regenerate. Did you run > `./gen-make.py -t cmake`? > > Thanks. > Doh. I'm stupid. Ignore me! Kind regards, Daniel

Re: svn commit: r1919320 - in /subversion/branches/cmake: CMakeLists.txt build/generator/gen_cmake.py build/generator/templates/targets.cmake.ezt

2024-07-18 Thread Timofei Zhakov
On Thu, Jul 18, 2024 at 6:06 PM Daniel Sahlberg wrote: > > Den ons 17 juli 2024 kl 20:52 skrev : > [...] >> >> +# Build shared libraries and theirs implibs with 'lib' prefix, for example >> +# libsvn_subr-1.[lib|a] and libsvn_subr-1.[dll|so] >> +set(CMAKE_SHARED_LIBRARY_PREFIX "lib") > > > This do

Re: svn commit: r1919320 - in /subversion/branches/cmake: CMakeLists.txt build/generator/gen_cmake.py build/generator/templates/targets.cmake.ezt

2024-07-18 Thread Daniel Sahlberg
Den ons 17 juli 2024 kl 20:52 skrev : [...] > +# Build shared libraries and theirs implibs with 'lib' prefix, for example > +# libsvn_subr-1.[lib|a] and libsvn_subr-1.[dll|so] > +set(CMAKE_SHARED_LIBRARY_PREFIX "lib") > This doesn't seem to work. I still get (for example) liblibsvn_subr-1.so. Do