From f07b985ddb73329bead8a46df3e0e80081e3acc4 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Sun, 17 Dec 2017 17:49:26 -0600 Subject: [PATCH] [libpng16] CHange "ASM C" to "C ASM" in CMakelists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f0777a847..06090c874 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ endif(POLICY CMP0054) set(CMAKE_CONFIGURATION_TYPES "Release;Debug;MinSizeRel;RelWithDebInfo") -project(libpng ASM C) +project(libpng C ASM) enable_testing() set(PNGLIB_MAJOR 1)