Remove extra parameter. Fix FreeCAD* names.

This commit is contained in:
mdinger
2014-04-15 00:41:22 -04:00
committed by wmayer
parent cb849b7f16
commit 6accb6da54
6 changed files with 18 additions and 18 deletions

View File

@@ -319,7 +319,7 @@ add_library(FreeCADBase SHARED ${FreeCADBase_SRCS})
target_link_libraries(FreeCADBase ${FreeCADBase_LIBS})
SET_BIN_DIR(FreeCADBase "FreeCADBase" "/bin")
SET_BIN_DIR(FreeCADBase FreeCADBase)
if(WIN32)
INSTALL(TARGETS FreeCADBase