Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: fix a cmake error when with -DALLOCATOR=jemalloc.
When exec: ./do_cmake.sh -DALLOCATOR=jemalloc. Met the following messages: >> CMake Error at cmake/modules/FindJeMalloc.cmake:28 (endforeach): endforeach An ENDFOREACH command was found outside of a proper FOREACH ENDFOREACH structure. Or its arguments did not match the opening FOREACH command. >> Call Stack (most recent call first): CMakeLists.txt:326 (find_package) This bug introduce commit 8db629a. Signed-off-by: Jianpeng Ma <[email protected]>
- Loading branch information