-
Type:
Bug
-
Resolution: resolved
-
Priority:
Major
-
Component/s: None
-
None
The CMake configuration currently includes the PUBLIC keyword in the list of specified libraries, which was introduced due to a typo in the build file. This improper configuration results in compilation errors when attempting to build an application against the 'rogue' library. This pull request (PR) removes the erroneous PUBLIC keyword, ensuring the CMake configuration is generated correctly and resolving the build issues.