From ff4deeec58f498ec189a80593c8a546bc84c855b Mon Sep 17 00:00:00 2001
From: Tristan Walter <twalter@orn.mpg.de>
Date: Thu, 8 Oct 2020 12:09:11 +0200
Subject: [PATCH] trex_build_unix should work for linux and macOS (easy
 compile)

---
 Application/{cmake_conda_osx.sh => trex_build_unix.sh} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename Application/{cmake_conda_osx.sh => trex_build_unix.sh} (98%)

diff --git a/Application/cmake_conda_osx.sh b/Application/trex_build_unix.sh
similarity index 98%
rename from Application/cmake_conda_osx.sh
rename to Application/trex_build_unix.sh
index d14d6db..375dba1 100755
--- a/Application/cmake_conda_osx.sh
+++ b/Application/trex_build_unix.sh
@@ -111,4 +111,4 @@ fi
 cmake --build . --target Z_LIB --config Release
 cmake --build . --target CustomOpenCV --config Release
 cmake ..
-cmake --build . --target ALL_BUILD --config Release
+cmake --build . --config Release
-- 
GitLab