From 088ebf35a20601afd2f2840bcadd7ded81d03665 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 1 Dec 2018 13:16:32 +0100 Subject: Fix dir for cmake.static and cmake.dynamic --- include/Conf.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/Conf.hpp') diff --git a/include/Conf.hpp b/include/Conf.hpp index 39978a1..2645caa 100644 --- a/include/Conf.hpp +++ b/include/Conf.hpp @@ -212,8 +212,6 @@ namespace sibs platform(SYSTEM_PLATFORM) { cmakeDirGlobal = projectPath; - cmakeDirStatic = cmakeDirGlobal; - cmakeDirDynamic = cmakeDirGlobal; switch(optimizationLevel) { case OPT_LEV_DEBUG: -- cgit v1.2.3