Permalink
Browse files

CMake: Minor cleanup

  • Loading branch information...
endrift committed May 7, 2018
1 parent 42035bc commit cb180fe717f358ccf63a9103d9e88d6c60365cc5
Showing with 2 additions and 2 deletions.
  1. +1 −1 CMakeLists.txt
  2. +1 −1 src/platform/sdl/CMakeLists.txt
View
@@ -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)
@@ -65,7 +65,7 @@ if(BUILD_RASPI)
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)

0 comments on commit cb180fe

Please sign in to comment.