Closed Finnomator closed 4 months ago
According to this, not
windows/CMakeLists.txt
butwindows/runner/main.cpp
has to be changed in order to rename the app on Windows.Also, changing the BINARY_NAME in
windows/CmakeLists.txt
causes the following build issue to occur:Building Windows application... CMake Error at runner/CMakeLists.txt:9 (add_executable): The target name "X X X" is reserved or not valid for certain CMake features, such as generator expressions, and may result in undefined behavior. CMake Error at CMakeLists.txt:41 (target_compile_features): Cannot specify compile features for target "X X X" which is not built by this project. Call Stack (most recent call first): runner/CMakeLists.txt:21 (apply_standard_settings) . . . Error: Unable to generate build files
Ok, I will look into this issue ASAP.
@Syed-Waleed-Shah if you are currently not working on this I can fix it.
@Syed-Waleed-Shah if you are currently not working on this I can fix it.
It would be appreciated if you could fix this :) @Finnomator
According to this, not
windows/CMakeLists.txt
butwindows/runner/main.cpp
has to be changed in order to rename the app on Windows.Also, changing the BINARY_NAME in
windows/CmakeLists.txt
causes the following build issue to occur: