Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
6.4.0
Description
If you attempt to run a wssql build, and generate both the wssql service and documentation at the same time, you will have an error occur during the cmake call.
The error is due to duplicate target declarations. If you want to build documentation, for now just do MAKE_DOCS_ONLY=ON like we use in the jenkins builds.