htsky

Load and structure a vertically stratified atmosphere
git clone git://git.meso-star.fr/htsky.git
Log | Files | Refs | README | LICENSE

commit 2e4eb5265cfc4875f8e1f5afbcb98d18cc1f9466
parent e46596cdf360ca235fbe555537aae181d1ae5acb
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 21 Feb 2020 11:34:17 +0100

Small clean-up of the CMakeLists.txt file

Diffstat:
Mcmake/CMakeLists.txt | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -15,7 +15,6 @@ cmake_minimum_required(VERSION 2.8) project(htsky C) -enable_testing() set(HTSKY_SOURCE_DIR ${PROJECT_SOURCE_DIR}/../src)