cmake: remove unused "CMAKE_BUILD" definition

It was introduced in commit 855d693 and used in the file rpcs3/Gui/GLGSFrame.cpp (wxWidgets) which doesn't exist anymore.
This commit is contained in:
scribam 2018-05-02 20:29:38 +02:00 committed by Ivan
parent 5ef1cab30b
commit e1e0af5f81

View file

@ -26,8 +26,6 @@ if (CCACHE_FOUND)
set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK ccache)
endif()
add_definitions(-DCMAKE_BUILD)
# We use libpng's static library and don't need to build the shared library and run the tests
set(PNG_SHARED OFF CACHE BOOL "Build shared lib." FORCE)
set(PNG_TESTS OFF CACHE BOOL "Build tests." FORCE)