mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-02 17:46:22 +03: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@
|