Skip to content

Commit

Permalink
Completely remove X11_XCB
Browse files Browse the repository at this point in the history
Not actually used anymore
  • Loading branch information
patrick96 committed Dec 22, 2020
1 parent 96d24a8 commit 4d67025
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ target_link_libraries(${PROJECT_NAME} PRIVATE ${XPP_LIBRARIES})
target_compile_options(${PROJECT_NAME} PRIVATE -std=c++14 -Wall -Wpedantic)
target_compile_options(${PROJECT_NAME} PRIVATE $<$<CONFIG:Debug>:-g3 -DDEBUG>)
target_compile_options(${PROJECT_NAME} PRIVATE $<$<CONFIG:Release>:-O3 -Wno-unused-variable>)
target_compile_options(${PROJECT_NAME} PUBLIC ${X11_XCB_DEFINITIONS} ${XCB_DEFINITIONS})
target_compile_options(${PROJECT_NAME} PUBLIC ${XCB_DEFINITIONS})

set_target_properties(${PROJECT_NAME} PROPERTIES LINKER_LANGUAGE CXX)

Expand Down
31 changes: 0 additions & 31 deletions cmake/FindX11_XCB.cmake

This file was deleted.

0 comments on commit 4d67025

Please sign in to comment.