File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717###############################################################################
1818cmake_minimum_required (VERSION 3.5 )
1919
20+ # TODO this should not be done as it is not portable to other architectures
21+ # However, this is required as this variable is not set until project() is called.
22+ # In the future configure_project() must change to be called after project() and we must refactor
23+ # the repositories using cmake_utils so they call project() BEFORE find_package().
24+ # Thus this is work for future annapurna team.
25+ if (NOT CMAKE_SIZEOF_VOID_P )
26+ set (CMAKE_SIZEOF_VOID_P 8)
27+ endif ()
28+
2029###############################################################################
2130# Find package cmake_utils
2231###############################################################################
You can’t perform that action at this time.
0 commit comments