0026763: CMake configuration process does not allow setup paths for TK library if...
authorski <ski@opencascade.com>
Mon, 2 Nov 2015 14:45:26 +0000 (17:45 +0300)
committerbugmaster <bugmaster@opencascade.com>
Tue, 3 Nov 2015 11:51:53 +0000 (14:51 +0300)
commit82f443b628cadbe09ba22392109e2050a4b8f2ae
tree519620268b8f3151903d8f53fab23c1c22376c27
parent0123185ed1c4c66e96ed88addec839bd65c4fb49
0026763: CMake configuration process does not allow setup paths for TK library if it separated from TCL

It is possible now to use standalone TCL and TK.
Behavior of 3RDPARTY_TK_DIR specifying extended
TCL/TK searching works correctly with installed ActiveTcl
TCL/TK searching works correctly with latest versions of CMake
Macro COMPLIANCE_PRODUCT_CONSISTENCY was created.

Small update of compilation for android
16 files changed:
CMakeLists.txt
adm/cmake/3rdparty_macro.cmake
adm/cmake/occt_macros.cmake
adm/cmake/tcl.cmake
adm/cmake/tk.cmake [new file with mode: 0644]
adm/cmake/vardescr.cmake
adm/templates/custom.build.bat.in
adm/templates/custom.build.sh.in
adm/templates/custom.install.bat.in
adm/templates/custom.install.sh.in
adm/templates/env.build.bat.in
adm/templates/env.build.sh.in
adm/templates/env.install.bat.in
adm/templates/env.install.sh.in
src/OpenGl/OpenGl_Context.cxx
src/OpenGl/OpenGl_View_Redraw.cxx