Rebase to master

pull/366/head
Jared Duke 2014-09-05 20:42:45 -07:00
parent 8d77a47304
commit a8deb121e4
1 changed files with 148 additions and 148 deletions

View File

@ -16,8 +16,8 @@ SOURCE_GROUP( unit FILES
)
if(WIN32)
# cpppunit provides configuration headers for MSVC. Other plaforms require
# explicit creation at configure time.
# cpppunit provides configuration headers for MSVC. Other compilers require
# explicit header creation at configure time.
if(NOT MSVC)
# Generates include/cppunit/config-auto.h
# This is originally done by autoconf