Skip to content

Commit

Permalink
Merge pull request #32 from saarnold/fixed_unset_variable_evaluation
Browse files Browse the repository at this point in the history
fixed evaluation of undefined variable
  • Loading branch information
mikaelarguedas committed Apr 7, 2016
2 parents 8123cd3 + 1ea2cac commit 6807355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if(CATKIN_ENABLE_TESTING)
add_subdirectory(test)
endif()

if(NOT ${catkin_FOUND})
if(NOT catkin_FOUND)
set(TARGET_NAME ${PROJECT_NAME})
set(PKGCONFIG_LIBS
${Boost_LIBRARIES}
Expand Down

0 comments on commit 6807355

Please sign in to comment.