I want to use SFML on windows 11 with CLION, and can succesfully run it using the git repository. However I want to wholly change the project name if possible. For example, If I change all occurrences of 'CMakeSFMLProject' in CMAKELists.txt to 'abc'
I get error -
ninja: error: unknown target 'CMakeSFMLProject', and my project's header in the CLION window is also CMakeSFMLProject.
Is it possible to wholly change the project name after importing from version control?