We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1d3f8 commit a9af984Copy full SHA for a9af984
CMakeLists.txt
@@ -154,6 +154,11 @@ set(GZ_RENDERING_ENGINE_RELATIVE_INSTALL_DIR
154
set(GZ_RENDERING_ENGINE_INSTALL_DIR
155
${CMAKE_INSTALL_PREFIX}/${GZ_RENDERING_ENGINE_RELATIVE_INSTALL_DIR})
156
157
+#--------------------------------------
158
+# Find DL if doing relocatable installation
159
+if (GZ_ENABLE_RELOCATABLE_INSTALL)
160
+ gz_find_package(DL REQUIRED)
161
+endif()
162
163
#--------------------------------------
164
# Find dependencies that we ignore for Visual Studio
0 commit comments