mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-14 18:37:27 +00:00
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:
parent
5ef1cab30b
commit
e1e0af5f81
@ -26,8 +26,6 @@ if (CCACHE_FOUND)
|
|||||||
set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK ccache)
|
set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK ccache)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_definitions(-DCMAKE_BUILD)
|
|
||||||
|
|
||||||
# We use libpng's static library and don't need to build the shared library and run the tests
|
# 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_SHARED OFF CACHE BOOL "Build shared lib." FORCE)
|
||||||
set(PNG_TESTS OFF CACHE BOOL "Build tests." FORCE)
|
set(PNG_TESTS OFF CACHE BOOL "Build tests." FORCE)
|
||||||
|
Loading…
Reference in New Issue
Block a user