Skip to content

Commit

Permalink
Configuration - Remove package precompiled definitions from CMake #174
Browse files Browse the repository at this point in the history
  • Loading branch information
dpasukhi committed Dec 1, 2024
1 parent 129eb07 commit 3998181
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions adm/cmake/occt_toolkit.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ foreach (OCCT_PACKAGE ${USED_PACKAGES})
set (OCCT_PACKAGE_NAME "${OCCT_PACKAGE}")
endif()

if (WIN32)
list (APPEND PRECOMPILED_DEFS "-D__${OCCT_PACKAGE_NAME}_DLL")
endif()

set (SOURCE_FILES)
set (HEADER_FILES)

Expand Down

0 comments on commit 3998181

Please sign in to comment.