File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ install(DIRECTORY ${CESIUM_NATIVE_SPDLOG_INCLUDE_DIR}/spdlog DESTINATION "${CMAK
175175
176176install (TARGETS ${CESIUM_NATIVE_DRACO_LIBRARY} )
177177
178- install (TARGETS sqlite3 )
178+ install (TARGETS ${CESIUM_NATIVE_SQLITE_LIBRARY} )
179179
180180install (TARGETS modp_b64)
181181
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ target_link_libraries(CesiumAsync
4343 GSL
4444 Async++
4545 PRIVATE
46- sqlite3
46+ ${CESIUM_NATIVE_SQLITE_LIBRARY}
4747)
4848
4949# These libraries erroneously do NOT list their headers as `SYSTEM` headers
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ add_subdirectory(spdlog)
3535
3636if (NOT TARGET sqlite3)
3737 add_subdirectory (sqlite3)
38+ set (CESIUM_NATIVE_SQLITE_LIBRARY sqlite3)
3839endif ()
3940
4041add_subdirectory (modp_b64)
You can’t perform that action at this time.
0 commit comments