You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build/CMakeLists.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
# http://opensource.org/licenses/MIT
5
5
# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, 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.
6
6
7
-
cmake_minimum_required(VERSION2.8)
7
+
cmake_minimum_required(VERSION3.5)
8
8
9
9
if ( WIN32ANDNOTCYGWINANDNOT ( CMAKE_SYSTEM_NAMESTREQUAL"WindowsStore" ) ANDNOT ANDROID)
0 commit comments