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 0a492ae commit 778ef85Copy full SHA for 778ef85
src/CMakeLists.txt
@@ -213,7 +213,8 @@ ${SOURCES}
213
${WX_RC}
214
)
215
endif(HAVE_LIBWXWIDGETS AND WIN32)
216
-
+set_source_files_properties(magick_cl.cpp PROPERTIES COMPILE_FLAGS -Wno-deprecated-declarations)
217
+set_source_files_properties(libinit_cl.cpp PROPERTIES COMPILE_FLAGS -Wno-deprecated-declarations)
218
#whereami
219
add_library(whereami STATIC ${CMAKE_SOURCE_DIR}/src/whereami/src/whereami.c)
220
add_subdirectory(antlr)
0 commit comments