aboutsummaryrefslogtreecommitdiffstats
path: root/tools/nirio_programmer
diff options
context:
space:
mode:
Diffstat (limited to 'tools/nirio_programmer')
-rw-r--r--tools/nirio_programmer/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nirio_programmer/CMakeLists.txt b/tools/nirio_programmer/CMakeLists.txt
index bde0ea574..9d3884863 100644
--- a/tools/nirio_programmer/CMakeLists.txt
+++ b/tools/nirio_programmer/CMakeLists.txt
@@ -57,7 +57,7 @@ link_directories(${Boost_LIBRARY_DIRS})
### Make the executable #######################################################
add_executable(nirio_programmer nirio_programmer.cpp)
-SET(CMAKE_BUILD_TYPE "Release")
+set(CMAKE_BUILD_TYPE "Release")
# Shared library case: All we need to do is link against the library, and
# anything else we need (in this case, some Boost libraries):