소스 검색

Merge branch 'master' of https://git.lemmasoftware.org/Lemma

enhancement_3
Trevor Irons 8 년 전
부모
커밋
e77a7b6355
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      CMakeLists.txt

+ 4
- 0
CMakeLists.txt 파일 보기

@@ -32,6 +32,10 @@ else()
32 32
 	set(LABEL_SUFFIX "static")
33 33
 endif()
34 34
 
35
+if (NOT CMAKE_BUILD_TYPE)
36
+  set(CMAKE_BUILD_TYPE "Release")
37
+endif()
38
+
35 39
 ###################
36 40
 # External Projects
37 41
 ###################

Loading…
취소
저장