File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 31
31
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
32
32
# POSSIBILITY OF SUCH DAMAGE.
33
33
34
+ project (glslang
35
+ LANGUAGES CXX )
36
+
34
37
# increase to 3.1 once all major distributions
35
38
# include a version of CMake >= 3.1
36
39
cmake_minimum_required (VERSION 2.8.12 )
@@ -115,8 +118,6 @@ if(USE_CCACHE)
115
118
endif (CCACHE_FOUND )
116
119
endif ()
117
120
118
- project (glslang )
119
-
120
121
if (ENABLE_CTEST )
121
122
include (CTest )
122
123
endif ()
@@ -303,7 +304,7 @@ if(NOT CMAKE_VERSION VERSION_LESS "3.16")
303
304
else ()
304
305
function (glslang_pch target pch )
305
306
endfunction ()
306
- message (NOTICE "Your CMake version is ${CMAKE_VERSION} . Update to at least 3.16 to enable precompiled headers to speed up incremental builds" )
307
+ message ("Your CMake version is ${CMAKE_VERSION} . Update to at least 3.16 to enable precompiled headers to speed up incremental builds" )
307
308
endif ()
308
309
309
310
if (BUILD_EXTERNAL AND IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} /External )
You can’t perform that action at this time.
0 commit comments