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
The use of CMAKE_RUNTIME_OUTPUT_DIRECTORY in the CMakeLists.txt file does not allow parent projects to override it.
Would it be possible to only set that variable if it is not already set?
The CMake code to accomplish follows below.
The use of
CMAKE_RUNTIME_OUTPUT_DIRECTORY
in the CMakeLists.txt file does not allow parent projects to override it.Would it be possible to only set that variable if it is not already set?
The CMake code to accomplish follows below.
The text was updated successfully, but these errors were encountered: