diff -r 89232b2fa1d6 -r ec9f94ab2737 share/CMakeLists.txt --- a/share/CMakeLists.txt Thu Dec 20 23:12:18 2012 +0100 +++ b/share/CMakeLists.txt Thu Dec 20 23:14:54 2012 +0100 @@ -1,6 +1,6 @@ add_subdirectory(hedgewars) -if(APPLE OR CROSSAPPLE) +if(APPLE) #needed for CFBundleVersion and CFBundleShortVersionString #should reuse the variables set in main CMakeLists.txt if(HGCOMMAND AND (EXISTS ${CMAKE_SOURCE_DIR}/.hg)) @@ -29,4 +29,4 @@ DESTINATION ../Resources/) install(PROGRAMS "${hedgewars_SOURCE_DIR}/share/dsa_pub.pem" DESTINATION ../Resources/) -endif(APPLE OR CROSSAPPLE) +endif(APPLE)