fix: disable precompiled headers for macOS (#6104)
This commit is contained in:
+1
-1
@@ -982,7 +982,7 @@ if (BUILD_APP)
|
||||
endif()
|
||||
endif ()
|
||||
|
||||
if (USE_PRECOMPILED_HEADERS)
|
||||
if (USE_PRECOMPILED_HEADERS AND NOT APPLE)
|
||||
message(STATUS "Building with precompiled headers")
|
||||
target_precompile_headers(${LIBRARY_PROJECT} PRIVATE PrecompiledHeader.hpp)
|
||||
else ()
|
||||
|
||||
Reference in New Issue
Block a user