Revision: 77373
          http://sourceforge.net/p/brlcad/code/77373
Author:   starseeker
Date:     2020-10-09 01:00:35 +0000 (Fri, 09 Oct 2020)
Log Message:
-----------
Grr - these two settings in png's build are problematic for Ninja Multi-Config.

Modified Paths:
--------------
    brlcad/branches/thirdparty_rework/src/superbuild/png/CMakeLists.txt

Modified: brlcad/branches/thirdparty_rework/src/superbuild/png/CMakeLists.txt
===================================================================
--- brlcad/branches/thirdparty_rework/src/superbuild/png/CMakeLists.txt 
2020-10-08 22:24:45 UTC (rev 77372)
+++ brlcad/branches/thirdparty_rework/src/superbuild/png/CMakeLists.txt 
2020-10-09 01:00:35 UTC (rev 77373)
@@ -20,7 +20,7 @@
 
 cmake_minimum_required(VERSION 3.12)
 
-set(CMAKE_CONFIGURATION_TYPES "Release;Debug;MinSizeRel;RelWithDebInfo")
+#set(CMAKE_CONFIGURATION_TYPES "Release;Debug;MinSizeRel;RelWithDebInfo")
 
 project(libpng C)
 enable_testing()
@@ -61,7 +61,7 @@
 endif (NOT DEFINED PNG_LIB_NAME)
 
 # to distinguish between debug and release lib
-set(CMAKE_DEBUG_POSTFIX "d")
+#set(CMAKE_DEBUG_POSTFIX "d")
 
 include(CheckCSourceCompiles)
 option(ld-version-script "Enable linker version script" ON)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to