Skip to content

Commit

Permalink
Remove the need for BoxConfig.h when using CMake.
Browse files Browse the repository at this point in the history
  • Loading branch information
qris committed Jun 13, 2016
1 parent 4ebfc72 commit 92c7233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/cmake/CMakeLists.txt
Expand Up @@ -79,7 +79,7 @@ endif()
if(NOT old_version_define EQUAL new_version_define)
file(WRITE "${base_dir}/lib/common/BoxVersion.h" "${new_version_define}")
endif()
add_definitions(-DNEED_BOX_VERSION_H)
add_definitions(-DBOX_CMAKE -DNEED_BOX_VERSION_H)

file(READ "${base_dir}/infrastructure/buildenv-testmain-template.cpp" test_template)

Expand Down

0 comments on commit 92c7233

Please sign in to comment.