[TUTORIALS] Fixed TYPO in CMakeLists.txt

This commit is contained in:
Philippe Tillet
2021-01-31 13:07:11 -05:00
parent 9b31244897
commit 7cf358a352
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D__STDC_FORMAT_MACROS -fvisibility=default -std=gnu++14")
# Tests
if(BUILD_TESTS)
if(BUILD_TUTORIALS)
message(STATUS "Adding C++ tutorials")
add_subdirectory(tutorials)
endif()