This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 2382182 committed Mar 21, 2022 Verified
1 parent b0647c9 commit 2382182 Copy full SHA for 2382182
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,5 +82,5 @@ add_custom_target(schema1_8 ALL DEPENDS ${SDF_SCHEMA})
82
82
83
83
set_source_files_properties (${SDF_SCHEMA} PROPERTIES GENERATED TRUE )
84
84
85
- install (FILES 1_7.convert ${sdfs} DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR} /sdformat${SDF_MAJOR_VERSION } /1.8)
86
- install (FILES ${SDF_SCHEMA} DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR} /sdformat${SDF_MAJOR_VERSION } /1.8)
85
+ install (FILES 1_7.convert ${sdfs} DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR} /sdformat${PROJECT_VERSION_MAJOR } /1.8)
86
+ install (FILES ${SDF_SCHEMA} DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR} /sdformat${PROJECT_VERSION_MAJOR } /1.8)
You can’t perform that action at this time.
0 commit comments