rename BUILD_uSE_PCH to FREECAD_USE_PCH to be consistent with other build options
This commit is contained in:
@@ -1260,10 +1260,10 @@ if(MSVC)
|
||||
)
|
||||
endif(MSVC)
|
||||
|
||||
if (BUILD_USE_PCH)
|
||||
if (FREECAD_USE_PCH)
|
||||
add_definitions(-D_PreComp_)
|
||||
ADD_MSVC_PRECOMPILED_HEADER(FreeCADGui PreCompiled.h PreCompiled.cpp FreeCADGui_CPP_SRCS)
|
||||
endif(BUILD_USE_PCH)
|
||||
endif(FREECAD_USE_PCH)
|
||||
|
||||
if (FREECAD_USE_QT_FILEDIALOG)
|
||||
set_source_files_properties(FileDialog.cpp PROPERTIES COMPILE_FLAGS -DUSE_QT_FILEDIALOG)
|
||||
|
||||
Reference in New Issue
Block a user