File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -51,14 +51,14 @@ if (PKG_CONFIG_FOUND)
51
51
endif ()
52
52
endif ()
53
53
54
- # Allow ccmake or command-line to set checked out but not installed Proton location
55
- # Defaule location is ${HOME}/qpid-proton
54
+ # Allow cmake or command-line to set checked out but not installed Proton location
55
+ # Default location is ${HOME}/qpid-proton
56
56
set (Proton_CHECKOUT_DIR "$ENV{HOME} /qpid-proton" CACHE PATH "Proton checkout directory" )
57
57
set (Proton_BUILD_DIR_NAME "build" CACHE STRING "Proton build directory name within Proton_CHECKOUT_DIR" )
58
- if (EXISTS ${Proton_CHECKOUT_DIR} /${Proton_BUILD_DIR_NAME}/proton- c/libqpid-proton-core.so )
59
- include ("${Proton_CHECKOUT_DIR} /${Proton_BUILD_DIR_NAME} /proton- c/ProtonConfig.cmake" )
60
- set (Proton_INCLUDE_DIRS "${Proton_CHECKOUT_DIR} /proton- c/include" "${Proton_CHECKOUT_DIR} /${Proton_BUILD_DIR_NAME} /proton- c/include" )
61
- set (Proton_Core_LIBRARIES "${Proton_CHECKOUT_DIR} /${Proton_BUILD_DIR_NAME} /proton- c/libqpid-proton-core.so" )
58
+ if (EXISTS ${Proton_CHECKOUT_DIR} /${Proton_BUILD_DIR_NAME}/c/libqpid-proton-core.so )
59
+ include ("${Proton_CHECKOUT_DIR} /${Proton_BUILD_DIR_NAME} /c/ProtonConfig.cmake" )
60
+ set (Proton_INCLUDE_DIRS "${Proton_CHECKOUT_DIR} /c/include" "${Proton_CHECKOUT_DIR} /${Proton_BUILD_DIR_NAME} /c/include" )
61
+ set (Proton_Core_LIBRARIES "${Proton_CHECKOUT_DIR} /${Proton_BUILD_DIR_NAME} /c/libqpid-proton-core.so" )
62
62
find_package_message (Proton "Found uninstalled Proton: ${Proton_Core_LIBRARIES} (found version \" ${Proton_VERSION} \" )" "$ProtonX_DIR ${Proton_Core_LIBRARIES} $Proton_VERSION" )
63
63
return ()
64
64
endif ()
You can’t perform that action at this time.
0 commit comments