Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sbriseid authored Sep 30, 2024
1 parent d50cb83 commit 2582a3f
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 @@ -29,7 +29,7 @@ endif()

# CloudFlow specific logger.
OPTION(GoTools_ENABLE_CLOUDFLOW_LOGGER "Enable CloudFlow logger?" OFF)
if (GoTools_CLOUDFLOW_ENABLE_LOGGER)
if (GoTools_ENABLE_CLOUDFLOW_LOGGER)
add_definitions(-DGOTOOLS_CLOUDFLOW_LOG)
endif()

Expand Down

0 comments on commit 2582a3f

Please sign in to comment.