Skip to content

Commit

Permalink
Fix YCM_INSTALL_DIR when YCM_EP_INSTALL_DIR is defined
Browse files Browse the repository at this point in the history
  • Loading branch information
drdanz committed Sep 30, 2020
1 parent 6fce3dc commit 065d203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/YCMBootstrap.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ if(NOT ycm_POPULATED)

# FIXME Where is YCM_EP_INSTALL_DIR defined?
if (DEFINED YCM_EP_INSTALL_DIR)
set(YCM_INSTALL_DIR ${YCM_INSTALL_DIR})
set(YCM_INSTALL_DIR ${YCM_EP_INSTALL_DIR})
else()
set(YCM_INSTALL_DIR "${CMAKE_BINARY_DIR}/install")
endif()
Expand Down

0 comments on commit 065d203

Please sign in to comment.