Changeset 102 in flair-dev for trunk/cmake-modules/ArchDir.cmake


Ignore:
Timestamp:
Feb 7, 2019, 4:27:03 PM (6 years ago)
Author:
Sanahuja Guillaume
Message:

modifs for demos resources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cmake-modules/ArchDir.cmake

    r68 r102  
    33endif()
    44
    5 if("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "x86_64")
    6     SET(ARCH_DIR "x86_64/unix")
    7 elseif(DEFINED CMAKE_SYSTEM_PROCESSOR_DEFAULTTUNE)
     5if(DEFINED CMAKE_SYSTEM_PROCESSOR_DEFAULTTUNE)
    86    SET(ARCH_DIR ${CMAKE_SYSTEM_PROCESSOR_DEFAULTTUNE})
    97else()
Note: See TracChangeset for help on using the changeset viewer.