lean4-htt/src/cmake/Modules
Soonho Kong 8b1f55010b feat(CMakeLists.txt): include cpp14_lang/sized_deallocation.cmake
Previously, it downloaded cpp14_lang/sized_deallocation.cmake file from
Github during cmake was running. This worked in most cases but failed in an
environment where network connection was not provided. A particular
example is to build Ubuntu packages. See [1] for details.

This patch is to include cpp14_lang/sized_deallocation.cmake file in the
repository. It also set COMP_CMAKE_PATH to indicate the location of the
pre-downloaded file. 'CACHE INTERNAL ""' is required to set the scope of
COMP_CMAKE_PATH file so that it's visible inside of
'CompBase.cmake'. See [2] for details.

[1]: https://launchpadlibrarian.net/263258156/buildlog_ubuntu-precise-amd64.lean_0.2.0.20160603023524.gitc73b2860d5211187e9aa1039d1a49dcabdca4292~12.04_BUILDING.txt.gz

[2]: https://cmake.org/cmake/help/v2.8.12/cmake.html#command:set
2016-10-03 22:21:55 -07:00
..
cpp14_lang feat(CMakeLists.txt): include cpp14_lang/sized_deallocation.cmake 2016-10-03 22:21:55 -07:00
CheckJemalloc.cc feat(build): add build option for jemalloc 2014-07-22 13:44:47 -07:00
CheckMallocSize.cc Add support OSX's malloc_size 2013-09-20 17:48:55 -07:00
CheckMallocUsableSize.cc Add support OSX's malloc_size 2013-09-20 17:48:55 -07:00
CheckMSize.cc Add support OSX's malloc_size 2013-09-20 17:48:55 -07:00
CheckTcmalloc.cc Add MPFR & restructure cmake directory 2013-08-05 17:58:54 -07:00
CleanOlean.cmake fix(cmake/Modules/CleanOlean.cmake): problem with 'clean-olean' 2015-07-20 23:21:51 -07:00
CodeCoverage.cmake chore(cmake): do not delete coverage.info.cleaned which will be used for coveralls.io 2013-11-09 22:19:08 -05:00
CompBase.cmake feat(CMakeLists.txt): use compatibility module to check sized_deallocation feacture 2016-06-02 11:52:59 -07:00
cpplint.py fix(cmake/Modules/cpplint.py): python3 compatible without six 2015-01-22 13:05:56 -08:00
FindGMP.cmake Add MPFR & restructure cmake directory 2013-08-05 17:58:54 -07:00
FindJemalloc.cmake feat(build): add build option for jemalloc 2014-07-22 13:44:47 -07:00
FindMallocSize.cmake Update Find{MSize,MallocSize,MallocUsableSize}.cmake to handle the case where find_path fails 2013-09-21 00:10:25 -07:00
FindMallocUsableSize.cmake Update Find{MSize,MallocSize,MallocUsableSize}.cmake to handle the case where find_path fails 2013-09-21 00:10:25 -07:00
FindMPFR.cmake Add MPFR & restructure cmake directory 2013-08-05 17:58:54 -07:00
FindMSize.cmake Update Find{MSize,MallocSize,MallocUsableSize}.cmake to handle the case where find_path fails 2013-09-21 00:10:25 -07:00
FindPackageHandleStandardArgs.cmake feat(lua): add Lua support to build 2013-11-02 11:16:30 -07:00
FindReadline.cmake Add support for READLINE. Remark: it is not enabled by default. Rename tcmalloc option to TCMALLOC (using consistent name convention for cmake parameters). 2013-08-21 19:08:44 -07:00
FindTcmalloc.cmake Fix bugs in Tcmalloc detection. 2013-09-19 23:52:50 -07:00
GetGitRevisionDescription.cmake fix(build): githash generation 2013-12-29 14:41:28 -08:00
GetGitRevisionDescription.cmake.in fix(build): githash generation 2013-12-29 14:41:28 -08:00
StyleCheck.cmake Add StyleCheck.cmake 2013-09-13 19:21:02 -07:00