aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* Use CMAKE_CXX_FLAGS_{DEBUG,RELEASE} variable for C++Petr Vaněk2019-12-131-2/+2
| | | | | The CMAKE_CXX_FLAGS_{DEBUG,RELEASE} variable should be used with C++ rather than CMAKE_C_FLAGS_{DEBUG,RELEASE}.
* cmake: Unify ENABLE_OPENBLAS and ENABLE_BLASPetr Vaněk2019-11-261-1/+1
| | | | | | | ENABLE_OPENBLAS is removed because it was not used to check if the openblas library should be used. The ENABLE_BLAS is moved from CMakeLists.txt to cmake/Openblas.cmake to have all related variables in one file and to reduce a complexity of CMakeLists.txt slightly.
* [Minor] Disable jemalloc on sanitized buildsVsevolod Stakhov2019-11-191-0/+1
|
* [Minor] Try to fix gcc sanitizersVsevolod Stakhov2019-11-191-3/+7
|
* [Minor] Fix debian flagsVsevolod Stakhov2019-11-181-0/+3
|
* [Rework] Further cmake system reworkVsevolod Stakhov2019-11-185-5/+251
|
* [Rework] Make cmake structure more modularVsevolod Stakhov2019-11-186-0/+566
|
* [Rework] Move cmake modules to a dedicated pathVsevolod Stakhov2019-11-154-0/+789
|
* Revert "cmake: Use Find Modules to find Luajit and Lua"Vsevolod Stakhov2016-11-281-71/+0
|
* cmake: Use Find Modules to find Luajit and LuaAndreas Schneider2016-11-281-0/+71