Skip to content

Commit

Permalink
Removed a erroneous FATAL_ERROR I used to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
scooterman committed Aug 20, 2013
1 parent 81264bc commit a3c2024
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion template/CMakeLists.txt.template
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ target_link_libraries({ProjectName} gdx-cpp ${{GDX_BACKEND_LIB}})
add_dependencies({ProjectName} gdx-cpp ${{GDX_BACKEND_LIB}})

if (GDX_BACKEND_IOS)
message(FATAL_ERROR ${{PROJECT_BINARY_DIR}}/lib/${{CMAKE_BUILD_TYPE}})
link_directories(${{PROJECT_BINARY_DIR}}/lib/${{CMAKE_BUILD_TYPE}})
set_target_properties({ProjectName} PROPERTIES MACOSX_BUNDLE_INFO_PLIST ${{CMAKE_CURRENT_SOURCE_DIR}}/src/{ProjectName}/Info.plist)
gdx_ios_copy_resources({ProjectName} data "")
Expand Down

0 comments on commit a3c2024

Please sign in to comment.