Skip to content

Commit

Permalink
fix #10: flag naming mismatch (does not effect our build)
Browse files Browse the repository at this point in the history
  • Loading branch information
shelhamer committed Apr 13, 2017
1 parent 1eb49e9 commit eed97d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atari_py/ale_interface/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ if(BUILD_CPP_LIB)
target_link_libraries(ale-lib ${LINK_LIBS})
endif()

if(BUILD_ALE_BIN)
if(BUILD_CLI)
add_executable(ale-bin ${SOURCE_DIR}/main.cpp ${SOURCE_DIR}/ale_interface.cpp ${SOURCES})
set_target_properties(ale-bin PROPERTIES OUTPUT_NAME ale)
set_target_properties(ale-bin PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR})
Expand Down

0 comments on commit eed97d1

Please sign in to comment.