rename BUILD_uSE_PCH to FREECAD_USE_PCH to be consistent with other build options
This commit is contained in:
@@ -279,10 +279,10 @@ SET(FreeCADApp_SRCS
|
||||
PreCompiled.h
|
||||
)
|
||||
|
||||
if(BUILD_USE_PCH)
|
||||
if(FREECAD_USE_PCH)
|
||||
add_definitions(-D_PreComp_)
|
||||
ADD_MSVC_PRECOMPILED_HEADER(FreeCADApp PreCompiled.h PreCompiled.cpp FreeCADApp_CPP_SRCS)
|
||||
endif(BUILD_USE_PCH)
|
||||
endif(FREECAD_USE_PCH)
|
||||
|
||||
add_library(FreeCADApp SHARED ${FreeCADApp_SRCS})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user