Fix headless build for CMake export
This commit is contained in:
parent
9d7402242a
commit
ccb5d05eb4
@ -429,7 +429,9 @@ add_subdirectory(simgear)
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
generate_export_header(SimGearCore)
|
||||
if(NOT SIMGEAR_HEADLESS)
|
||||
generate_export_header(SimGearScene)
|
||||
endif()
|
||||
|
||||
include(CMakePackageConfigHelpers)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user