Hi.. When I using linux/cygwin, changes in CMakeLists is automatically detected and Makefiles are updated by just doing make, but on Windows it isn't. That means, if I change CMakeLists then I have to re-generate a new project file by running cmake manually. Is it normal? Thanks.. Won-Ki