Skip to content

Commit

Permalink
bump cmake_minimum_required to 2.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiju Yamada committed Mar 21, 2024
1 parent 51b281b commit 7aca61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
cmake_minimum_required (VERSION 2.8.0)
cmake_minimum_required (VERSION 2.8.8)
project(mujincontrollerclient)
set( CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE )

Expand Down

0 comments on commit 7aca61e

Please sign in to comment.