]> granicus.if.org Git - libevent/commit
Fix the make "verify" target on Windows.
authorJoakim Soderberg <joakim.soderberg@gmail.com>
Mon, 16 Dec 2013 17:10:32 +0000 (18:10 +0100)
committerJoakim Soderberg <joakim.soderberg@gmail.com>
Mon, 16 Dec 2013 17:10:32 +0000 (18:10 +0100)
commit67e5d749836a3aea6ec5317c11f0a385ae4d9b85
tree9cbfaea30e06024d2b041a5af3332b578133578b
parente053c4f029982778bcdee1b220c335419872ac25
Fix the make "verify" target on Windows.

Windows does not have the "unset" command, but this doesn't matter since
the problem that requires us to use unset doesn't happen on Windows.

Also did some minor cosmetic changes, and dependcy changes.
CMakeLists.txt