diff --git a/FindPIP.cmake b/FindPIP.cmake index 59a8889d..0e024d4e 100644 --- a/FindPIP.cmake +++ b/FindPIP.cmake @@ -55,7 +55,7 @@ else() get_filename_component(PIP_INCLUDES ${PIP_H_INCLUDE} PATH) endif() find_program(PIP_CMG pip_cmg HINTS ${_PIP_BINDIR} ${_PIP_FP_DP}) -find_program(PIP_RC pip_rc HINTS ${_PIP_BINDIR} ${_PIP_FP_DP) +find_program(PIP_RC pip_rc HINTS ${_PIP_BINDIR} ${_PIP_FP_DP}) if("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux") find_library(DL_LIBRARY dl) list(APPEND PIP_LIBRARY ${DL_LIBRARY})