Skip to content

Commit

Permalink
lint w/ cmake 2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgerlek committed Mar 1, 2012
1 parent bf726a8 commit a79ddfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Expand Up @@ -480,7 +480,7 @@ if (WIN32)
if (CMAKE_VERSION VERSION_GREATER 2.8.7)
target_link_libraries(${APPS_CPP_DEPENDENCIES}
LINK_PRIVATE general ${Boost_LIBRARIES})
endif(CMAKE_VERSION)
endif(CMAKE_VERSION VERSION_GREATER 2.8.7)
else()
target_link_libraries(${APPS_CPP_DEPENDENCIES}
${Boost_LIBRARIES})
Expand Down

0 comments on commit a79ddfa

Please sign in to comment.