Remove duplicated cmake_minimum_required() calls.
This commit is contained in:
		
							parent
							
								
									3c1e08057e
								
							
						
					
					
						commit
						3f460532cc
					
				@ -1,5 +1,3 @@
 | 
				
			|||||||
cmake_minimum_required(VERSION 2.8)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
set(SOURCES InitializeDll.cpp InitializeDll.h)
 | 
					set(SOURCES InitializeDll.cpp InitializeDll.h)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
add_library(OGLCompiler STATIC ${SOURCES})
 | 
					add_library(OGLCompiler STATIC ${SOURCES})
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,3 @@
 | 
				
			|||||||
cmake_minimum_required(VERSION 2.8)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
set(SOURCES
 | 
					set(SOURCES
 | 
				
			||||||
    GlslangToSpv.cpp
 | 
					    GlslangToSpv.cpp
 | 
				
			||||||
    InReadableOrder.cpp
 | 
					    InReadableOrder.cpp
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,3 @@
 | 
				
			|||||||
cmake_minimum_required(VERSION 2.8)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
add_library(glslang-default-resource-limits
 | 
					add_library(glslang-default-resource-limits
 | 
				
			||||||
    ${CMAKE_CURRENT_SOURCE_DIR}/DefaultResourceLimits.cpp
 | 
					    ${CMAKE_CURRENT_SOURCE_DIR}/DefaultResourceLimits.cpp
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,3 @@
 | 
				
			|||||||
cmake_minimum_required(VERSION 2.8)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
if(WIN32)
 | 
					if(WIN32)
 | 
				
			||||||
    add_subdirectory(OSDependent/Windows)
 | 
					    add_subdirectory(OSDependent/Windows)
 | 
				
			||||||
elseif(UNIX)
 | 
					elseif(UNIX)
 | 
				
			||||||
 | 
				
			|||||||
@ -1,7 +1,3 @@
 | 
				
			|||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
cmake_minimum_required(VERSION 2.8)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
add_library(OSDependent STATIC ossource.cpp ../osinclude.h)
 | 
					add_library(OSDependent STATIC ossource.cpp ../osinclude.h)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
install(TARGETS OSDependent 
 | 
					install(TARGETS OSDependent 
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,3 @@
 | 
				
			|||||||
cmake_minimum_required(VERSION 2.8)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
set(SOURCES ossource.cpp ../osinclude.h)
 | 
					set(SOURCES ossource.cpp ../osinclude.h)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
add_library(OSDependent STATIC ${SOURCES})
 | 
					add_library(OSDependent STATIC ${SOURCES})
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,3 @@
 | 
				
			|||||||
cmake_minimum_required(VERSION 2.8)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
set(SOURCES
 | 
					set(SOURCES
 | 
				
			||||||
    hlslParseHelper.cpp
 | 
					    hlslParseHelper.cpp
 | 
				
			||||||
    hlslScanContext.cpp
 | 
					    hlslScanContext.cpp
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user