diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-06 07:37:47 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-06 12:07:48 +0200 |
commit | 069ebb6212aa096adb1ded0823ac4194db9b0d03 (patch) | |
tree | a31c1026a6a0349e7867713ca85e83e8ff79b1be /CMakeLists.txt | |
parent | 56e9f634d5dd4122278a8f1c5f8e9fe39ed3652e (diff) |
gui, api, csv: support hier(7) on Unix
This affects platforms such as FreeBSD, Cygwin or Linux.
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-x | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
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() |