Fix sg_version detection for cross compilation

Fixes https://gitlab.com/kicad/code/kicad/issues/4525

(cherry picked from commit e9e72bd8e4)
This commit is contained in:
Érico Rolim 2020-05-23 22:52:13 -03:00 committed by Wayne Stambaugh
parent 601633347c
commit 55a726e933
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ if( APPLE )
endif() endif()
find_file( S3DSG_VERSION_FILE sg_version.h find_file( S3DSG_VERSION_FILE sg_version.h
PATHS ${CMAKE_SOURCE_DIR}/include/plugins/3dapi NO_DEFAULT_PATH ) PATHS ${CMAKE_SOURCE_DIR}/include/plugins/3dapi NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
if( NOT ${S3DSG_VERSION_FILE} STREQUAL "S3DSG_VERSION_FILE-NOTFOUND" ) if( NOT ${S3DSG_VERSION_FILE} STREQUAL "S3DSG_VERSION_FILE-NOTFOUND" )