Skip to content

Commit 7aca61e

Browse files
author
Taiju Yamada
committed
bump cmake_minimum_required to 2.8.8
1 parent 51b281b commit 7aca61e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
cmake_minimum_required (VERSION 2.8.0)
14+
cmake_minimum_required (VERSION 2.8.8)
1515
project(mujincontrollerclient)
1616
set( CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE )
1717

0 commit comments

Comments
 (0)