|
From: <jt...@us...> - 2019-09-18 11:53:34
|
Revision: 1853
http://sourceforge.net/p/freeglut/code/1853
Author: jtsiomb
Date: 2019-09-18 11:53:32 +0000 (Wed, 18 Sep 2019)
Log Message:
-----------
Fixed failure to install glut.h header file when FREEGLUT_REPLACE_GLUT is
enabled (bug #250)
Modified Paths:
--------------
trunk/freeglut/freeglut/CMakeLists.txt
Modified: trunk/freeglut/freeglut/CMakeLists.txt
===================================================================
--- trunk/freeglut/freeglut/CMakeLists.txt 2019-09-18 10:45:42 UTC (rev 1852)
+++ trunk/freeglut/freeglut/CMakeLists.txt 2019-09-18 11:53:32 UTC (rev 1853)
@@ -73,7 +73,7 @@
include/GL/freeglut_std.h
)
IF(FREEGLUT_REPLACE_GLUT)
- LIST(APPEND FREEGLUT_SRCS
+ LIST(APPEND FREEGLUT_HEADERS
include/GL/glut.h
)
ENDIF()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|