Skip to content
Snippets Groups Projects
Commit 5398a73e authored by ivanpauno's avatar ivanpauno
Browse files

Fixed problem to find gradlew when cross-compiling

parent d6261dec
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ macro(find_gradle)
${CMAKE_CURRENT_SOURCE_DIR}/..
${CMAKE_CURRENT_SOURCE_DIR}/../..
NO_DEFAULT_PATH
NO_CMAKE_FIND_ROOT_PATH
)
if(NOT ${PROJECT_NAME}_gradle_BINARY)
message(FATAL_ERROR "Could not find the gradle wrapper in this directory or below.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment