File: PreLoad.cmake

package info (click to toggle)
onevpl 2023.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,300 kB
  • sloc: cpp: 119,395; python: 7,297; ansic: 6,495; sh: 1,105; makefile: 11
file content (6 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (28)
1
2
3
4
5
6
if(WIN32)
  set(CMAKE_GENERATOR_PLATFORM
      x64
      CACHE STRING "")
  message(STATUS "Generator Platform set to ${CMAKE_GENERATOR_PLATFORM}")
endif()