Subject: [PATCH] BUGFIX: Failed to get proper output dir for test-server
authorJoakim Soderberg <joakim.soderberg@gmail.com>
Tue, 14 Oct 2014 13:24:31 +0000 (15:24 +0200)
committerAndy Green <andy.green@linaro.org>
Mon, 24 Nov 2014 21:49:11 +0000 (05:49 +0800)
commitbf3e8a998e603780820aa79666c3f641c3fd5b46
treec63aa88a6d47f552f42ffd84ec4e2e886aff8658
parent4076a2c8bc7f94dfa8c7b4251d9ea02ec9d2d74a
Subject: [PATCH] BUGFIX: Failed to get proper output dir for test-server

When creating the directory where to put the files needed by the test-server CMake would fail because it tried to create the directory /../share/libwebsockets-test-server, which is not possible. This happens since the TARGET_FILE_DIR for the test-server is not fetched properly.

Also mentioned in this trac ticket:
http://libwebsockets.org/trac/libwebsockets/ticket/84
CMakeLists.txt
test-server/test-server.c