DigitalInBlue / Celero

C++ Benchmark Authoring Library/Framework
Other
822 stars 96 forks source link

ARCHIVE_OUTPUT_NAME always has ".dll" even for static builds #152

Closed phraemer closed 3 years ago

phraemer commented 3 years ago

Not sure if this is a bug report or feature request :)

Anyway, when CELERO_COMPILE_DYNAMIC_LIBRARIES is set to OFF I would expect the output library not to have .dll in the name. For a release build I would expect something like celero.lib and for a debug build celerod.lib or similar

See: https://github.com/DigitalInBlue/Celero/blob/master/CMakeLists.txt#L42

Thanks!