Merge pull request #1219 from davidgyu/dev_release_branch_updates2

Additional renaming fix missed in previous commit
This commit is contained in:
George ElKoura 2021-02-04 15:00:26 -08:00 committed by GitHub
commit c3a1d5005d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ if(LIBRARY_OUTPUT_PATH_ROOT)
SET( CMAKE_INSTALL_PREFIX "${LIBRARY_OUTPUT_PATH_ROOT}/" )
endif()
if (MASTER_PROJECT)
if (MAIN_PROJECT)
# Set the directory where the executables will be stored.
set(EXECUTABLE_OUTPUT_PATH
"${PROJECT_BINARY_DIR}/bin"