"docs/git@developer.sourcefind.cn:change/sglang.git" did not exist on "c1f5f99f607d01900d3974ea779588ebce75693b"
Commit 969950e6 authored by Davis King's avatar Davis King
Browse files

Fixed cmake script so it detects C++ compiler type properly.

parent ef4c7697
......@@ -5,12 +5,12 @@
cmake_minimum_required(VERSION 2.8.4)
project(dlib)
# default to a Release build (except if CMAKE_BUILD_TYPE is set)
include(release_build_by_default)
include(use_cpp_11.cmake)
project(dlib)
set(CPACK_PACKAGE_VERSION_MAJOR "18")
set(CPACK_PACKAGE_VERSION_MINOR "17")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment