projects
/
freeglut
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90da2f7
)
no need for a message on MSVC that we hide insecure CRT warnings
author
Diederick Niehorster
<dcnieho@gmail.com>
Thu, 15 Mar 2012 03:07:57 +0000
(
03:07
+0000)
committer
Diederick Niehorster
<dcnieho@gmail.com>
Thu, 15 Mar 2012 03:07:57 +0000
(
03:07
+0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1138
7f0cb862
-5218-0410-a997-
914c9d46530a
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
fd27a7f
..
7c4f202
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-152,7
+152,7
@@
IF (NOT WIN32)
ENDIF()
IF(WIN32)
- MESSAGE(WARNING "Insecure CRT warnings hidden (might want to fix these)")
+ # hide insecure CRT warnings, common practice
ADD_DEFINITIONS(-D_CRT_SECURE_NO_WARNINGS)
ENDIF()