Skip to content

Commit

Permalink
Add check for CMake version with remote modules
Browse files Browse the repository at this point in the history
  • Loading branch information
zafields committed May 4, 2017
1 parent 5273a72 commit 31f1d83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ add_subdirectory(core)
include_directories(${GW_INC}) # GW_INC defined in core

if (${enable_native_remote_modules} OR ${enable_java_remote_modules})
cmake_minimum_required(VERSION 3.2.2)
add_subdirectory(proxy)
endif()

Expand Down

0 comments on commit 31f1d83

Please sign in to comment.