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 be178c4 commit d8ed208Copy full SHA for d8ed208
src/nbl/CMakeLists.txt
@@ -183,8 +183,6 @@ foreach(NBL_CURRENT_HEADER IN LISTS NABLA_HEADERS_PUBLIC2)
183
install(FILES ${NBL_CURRENT_HEADER} DESTINATION include CONFIGURATIONS Release)
184
install(FILES ${NBL_CURRENT_HEADER} DESTINATION debug/include CONFIGURATIONS Debug)
185
install(FILES ${NBL_CURRENT_HEADER} DESTINATION relwithdebinfo/include CONFIGURATIONS RelWithDebInfo)
186
-
187
- message(STATUS ${NBL_CURRENT_HEADER})
188
endforeach()
189
190
unset(NABLA_HEADERS_PUBLIC2 ${NBL_TMP_FULL_PATHS})
0 commit comments