You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
support request => Please do not submit support request here, see note at the top of this template.
Describe the issue
At the moment, the majority of CMake's options have generic names (like BUILD_DOCS), which may conflict with those from a primary project that uses JSBSim.
What is the motivation / use case for changing the behavior?
To help identify the available JSBSim options and prevent potential conflicts, I recommend adding the JSBSIM_ prefix to all CMake options:
From BUILD_DOCS to JSBSIM_BUILD_DOCS
From BUILD_PYTHON_MODULE to JSBSIM_BUILD_PYTHON_MODULE
...
The text was updated successfully, but these errors were encountered:
I'm submitting a ...
Describe the issue
At the moment, the majority of
CMake
's options have generic names (likeBUILD_DOCS
), which may conflict with those from a primary project that usesJSBSim
.What is the motivation / use case for changing the behavior?
To help identify the available
JSBSim
options and prevent potential conflicts, I recommend adding theJSBSIM_
prefix to all CMake options:From
BUILD_DOCS
toJSBSIM_BUILD_DOCS
From
BUILD_PYTHON_MODULE
toJSBSIM_BUILD_PYTHON_MODULE
...
The text was updated successfully, but these errors were encountered: