Skip to content

Commit

Permalink
Merge pull request #23 from traversaro/patch-2
Browse files Browse the repository at this point in the history
Add LANGUAGES C option to project CMake call
  • Loading branch information
felixlen committed Sep 30, 2023
2 parents bc4160b + e6da2cc commit 407144f
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
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.1)
project (TRLIB VERSION 0.4)
project (TRLIB VERSION 0.4 LANGUAGES C)

set(PROJECT_DESCRIPTION "Trust Region Subproblem Solver Library")

Expand Down

0 comments on commit 407144f

Please sign in to comment.