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 653c07b commit b0e2b0bCopy full SHA for b0e2b0b
CMakeLists.txt
@@ -152,6 +152,7 @@ if(BUILD_TESTING)
152
add_subdirectory(test)
153
endif()
154
155
+if (NOT ${CMAKE_DISABLE_INSTALL_TARGETS})
156
###############
157
# Installation
158
##
@@ -185,3 +186,4 @@ install(FILES
185
186
${CMAKE_CURRENT_BINARY_DIR}/NodeEditorConfig.cmake
187
DESTINATION ${INSTALL_CONFIGDIR}
188
)
189
+endif()
0 commit comments