]> git.lyx.org Git - lyx.git/blobdiff - development/cmake/modules/ProjectSourceGroup.cmake
Cmake build: Correct some installation paths
[lyx.git] / development / cmake / modules / ProjectSourceGroup.cmake
index 0922cf3647585d9148d1649a6ab8e8a62ac363f6..0b4de4aeb6df29b3dac3de2b04e02593fb4c8798 100644 (file)
 #  
 
 # folders in the msvc projects
-# mode==flat  : headers and ourses in no folders
+# mode==flat  : headers and sources not in folders
 # mode==split : standard behavior of cmake, split headers and sources
-# mode== <other values" : code is in this folder
+# mode==<other values> : code is in this folder
+
+set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)
 
 macro(project_source_group mode sources headers)
        #message(STATUS ${mode})