diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-12-01 13:16:32 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-06 07:39:33 +0200 |
commit | 088ebf35a20601afd2f2840bcadd7ded81d03665 (patch) | |
tree | ec27988262b6df46d7adfcf45f6d09a9d43d8c63 /include | |
parent | 309446ec57dc13db0aedcc0114e2a946a534cb6d (diff) |
Fix dir for cmake.static and cmake.dynamic
Diffstat (limited to 'include')
-rw-r--r-- | include/Conf.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
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: |