From 069ebb6212aa096adb1ded0823ac4194db9b0d03 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 6 Jul 2016 07:37:47 +0200 Subject: gui, api, csv: support hier(7) on Unix This affects platforms such as FreeBSD, Cygwin or Linux. --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 6457b3c5..b5dc355e 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,5 @@ file(GLOB opentrack-subprojects ) foreach(i ${opentrack-subprojects}) get_filename_component(i ${i} DIRECTORY) - get_filename_component(j ${i} NAME) - message(STATUS "project ${j}") add_subdirectory(${i}) endforeach() -- cgit v1.2.3