]> granicus.if.org Git - libevent/commit
Fix cmake error when the Module path has more than one entry.
authorAcer Yang <acer.yang@prophetstor.com>
Sat, 20 Sep 2014 07:25:53 +0000 (15:25 +0800)
committerNick Mathewson <nickm@torproject.org>
Sun, 30 Nov 2014 15:19:35 +0000 (10:19 -0500)
commitbefbd130719eac4b26989ac9869512bedaf61adb
tree9f63348b01767039d0530d8b160b3695e9785883
parent5ebad45e2d60e48ba9c2b1127bd0dd06031f955a
Fix cmake error when the Module path has more than one entry.

CMAKE_MODULE_PATH is usually a list instead of single entry. Especially
for projects contain sub cmake projects. My patch replace the
CMAKE_MODULE_PATH with fixed path, to locate the `.in` file.
cmake/CheckPrototypeDefinition.cmake