Skip to content

Commit

Permalink
Coding - Remove precompiled header for TKService and update TKernel p…
Browse files Browse the repository at this point in the history
…recompiled headers
  • Loading branch information
dpasukhi committed Nov 17, 2024
1 parent 48d1c99 commit 689212b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 23 deletions.
2 changes: 0 additions & 2 deletions src/TKService/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ OCCT_INCLUDE_CMAKE_FILE (adm/cmake/occt_toolkit)

if (APPLE AND BUILD_USE_PCH)
set_target_properties(TKService PROPERTIES DISABLE_PRECOMPILE_HEADERS ON)
else()
ADD_PRECOMPILED_HEADER(TKService "${CMAKE_CURRENT_SOURCE_DIR}/TKService_pch.hxx")
endif()
21 changes: 0 additions & 21 deletions src/TKService/TKService_pch.hxx

This file was deleted.

5 changes: 5 additions & 0 deletions src/TKernel/TKernel_pch.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@

// Standard library headers
#include <atomic>
#include <iostream>
#include <limits>
#include <ostream>
#include <random>
#include <sstream>
#include <string>
#include <type_traits>

// Windows-specific headers (for MSVC)
Expand Down

0 comments on commit 689212b

Please sign in to comment.