CMake: Minor cleanup
Vicki Pfau vi@endrift.com
Mon, 07 May 2018 09:57:27 -0700
2 files changed,
2 insertions(+),
2 deletions(-)
M
CMakeLists.txt
→
CMakeLists.txt
@@ -996,7 +996,7 @@ set(CPACK_DEBIAN_PACKAGE_SECTION "games")
SET(CPACK_DEB_COMPONENT_INSTALL ON) -set(CPACK_STRIP_FILES ${BINARY_NAME}) +set(CPACK_STRIP_FILES ON) if(DISTBUILD) set(CPACK_ARCHIVE_COMPONENT_INSTALL ON)
M
src/platform/sdl/CMakeLists.txt
→
src/platform/sdl/CMakeLists.txt
@@ -65,7 +65,7 @@ add_executable(${BINARY_NAME}-rpi ${PLATFORM_SRC} ${MAIN_SRC})
set_target_properties(${BINARY_NAME}-rpi PROPERTIES COMPILE_DEFINITIONS "${FEATURE_DEFINES};${FUNCTION_DEFINES}") target_link_libraries(${BINARY_NAME}-rpi ${BINARY_NAME} ${PLATFORM_LIBRARY} ${OPENGLES2_LIBRARY}) install(TARGETS ${BINARY_NAME}-rpi DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT ${BINARY_NAME}-rpi) - unset(OPENGLES2_INCLUDE_DIR} CACHE) # Clear NOTFOUND + unset(OPENGLES2_INCLUDE_DIR CACHE) # Clear NOTFOUND endif() if(BUILD_PANDORA)