Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingvord committed Nov 2, 2017
1 parent 508eeda commit 2e2b3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if(NOT TANGO_DEVICE_SERVER_PATH)
endif()

if (ENV{IDL_BASE})
message("Using IDL_BASEIDL_BASE=$ENV{IDL_BASE}")
message("Using IDL_BASE=$ENV{IDL_BASE}")
set(IDL_PKG_INCLUDE_DIRS $ENV{IDL_BASE}/include)
else()
pkg_search_module(IDL_PKG REQUIRED tangoidl)
Expand Down

0 comments on commit 2e2b3e7

Please sign in to comment.