Remove unnecessary quotes.

This commit is contained in:
mdinger
2014-04-14 21:01:38 -04:00
committed by wmayer
parent 6accb6da54
commit a17cce3559
45 changed files with 47 additions and 47 deletions

View File

@@ -55,7 +55,7 @@ add_dependencies(QtUnitGui Test)
fc_copy_sources(QtUnitGui "${CMAKE_BINARY_DIR}/Mod/Test" qtunittest.py)
SET_BIN_DIR(QtUnitGui "QtUnitGui" "/Mod/Test")
SET_BIN_DIR(QtUnitGui QtUnitGui /Mod/Test)
if(WIN32)
set_target_properties(QtUnitGui PROPERTIES SUFFIX ".pyd")
endif(WIN32)