This commit is contained in:
Radovan Bast 2015-07-18 13:04:57 +02:00
parent 3847f97ee1
commit c75a3bb439

View File

@ -204,7 +204,7 @@ def gen_cmakelists(config, relative_path, modules):
s.append(' set(CMAKE_BUILD_TYPE "Debug")')
s.append('endif()')
s.append('\n# directories which hold enabled cmake modules')
s.append('\n# directories which hold included cmake modules')
for directory in set([module.path for module in modules]):
rel_cmake_module_path = os.path.join(relative_path, directory)
# on windows cmake corrects this so we have to make it wrong again