Skip to content

Commit 6807355

Browse files
Merge pull request #32 from saarnold/fixed_unset_variable_evaluation
fixed evaluation of undefined variable
2 parents 8123cd3 + 1ea2cac commit 6807355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if(CATKIN_ENABLE_TESTING)
5151
add_subdirectory(test)
5252
endif()
5353

54-
if(NOT ${catkin_FOUND})
54+
if(NOT catkin_FOUND)
5555
set(TARGET_NAME ${PROJECT_NAME})
5656
set(PKGCONFIG_LIBS
5757
${Boost_LIBRARIES}

0 commit comments

Comments
 (0)