Revision: 78039
          http://sourceforge.net/p/brlcad/code/78039
Author:   starseeker
Date:     2021-01-04 14:55:54 +0000 (Mon, 04 Jan 2021)
Log Message:
-----------
Need this variable set in CMake, not just the header.  Noticed it because the 
Windows icons for WiX weren't being set.

Modified Paths:
--------------
    brlcad/trunk/CMakeLists.txt

Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2020-12-20 15:02:43 UTC (rev 78038)
+++ brlcad/trunk/CMakeLists.txt 2021-01-04 14:55:54 UTC (rev 78039)
@@ -1447,6 +1447,7 @@
 #BRLCAD_INCLUDE_FILE(windows.h HAVE_WINDOWS_H) # for QueryPerformanceCounter() 
on Windows
 if(MSVC)
   CONFIG_H_APPEND(BRLCAD "#define HAVE_WINDOWS_H 1\n")
+  set(HAVE_WINDOWS_H 1)
 endif(MSVC)
 
 

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