zstd/build/cmake/lib
oleid 4e196b2ac3
Correct multithread logic, fixing 'unsupported parameter' error
The original conditions only worked, when both, static and shared variants where built, resulting in an inconsistency between programs and library. The program was built with MT support enabled, the library not. That lead to error 11 'unsupported parameter' when compressing anything with the command line tool.

When changing the AND condition to `ZSTD_MULTITHREAD_SUPPORT AND (ZSTD_BUILD_SHARED OR ZSTD_BUILD_SHARED)`, cmake stopps complaining one of the targets wasn't built. This commit works for any case.
2018-06-26 08:36:41 +02:00
..
.gitignore ignore more cmake build artefacts 2017-04-21 10:59:36 -07:00
cmake_uninstall.cmake.in CMake: various configure_file fixes to use CMAKE_CURRENT_SOURCE_DIR 2017-04-20 19:30:38 -07:00
CMakeLists.txt Correct multithread logic, fixing 'unsupported parameter' error 2018-06-26 08:36:41 +02:00
pkgconfig.cmake Create and install pkg-config file with cmake 2017-04-19 21:34:17 +02:00