mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
Information messages for TCL/TK search are corrected. Compile definitions were added to OpenCASCADEConfig.cmake file
15 lines
656 B
CMake
15 lines
656 B
CMake
#-----------------------------------------------------------------------------
|
|
#
|
|
# OpenCASCADECompileDefinitionsAndFlags-@OCCT_CONFIGURATION_LOWER@.cmake - OpenCASCADE CMake file
|
|
# with compile definitions and C/C++ flags for @OCCT_CONFIGURATION@ configuration.
|
|
#
|
|
# This file is configured by OpenCASCADE.
|
|
#
|
|
|
|
# The C and C++ flags added by OpenCASCADE to the cmake-configured flags.
|
|
set (OpenCASCADE_C_FLAGS_@OCCT_CONFIGURATION_UPPER@ "@SET_OpenCASCADE_CMAKE_C_FLAGS@")
|
|
set (OpenCASCADE_CXX_FLAGS_@OCCT_CONFIGURATION_UPPER@ "@SET_OpenCASCADE_CMAKE_CXX_FLAGS@")
|
|
|
|
# The compile definitions used by OpenCASCADE.
|
|
@SET_OpenCASCADE_COMPILE_DEFINITIONS@
|