Skip to content
Snippets Groups Projects
Commit 4f8a31de authored by Van Herck, Walter's avatar Van Herck, Walter
Browse files

Fixed typo in cmake files

parent f9051eec
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ option(BUILD_DEBIAN "Build a debian package" OFF) ...@@ -19,7 +19,7 @@ option(BUILD_DEBIAN "Build a debian package" OFF)
option(BORNAGAIN_APPLE_BUNDLE "Create a Mac OS X bundle" OFF) option(BORNAGAIN_APPLE_BUNDLE "Create a Mac OS X bundle" OFF)
option(BORNAGAIN_OPENMPI "Build with OpenMPI support" OFF) option(BORNAGAIN_OPENMPI "Build with OpenMPI support" OFF)
option(BORNAGAIN_RELEASE "Special option for making release" OFF) option(BORNAGAIN_RELEASE "Special option for making release" OFF)
option(BORNAGAIN_CRASHHADLER "Additional machinery to send crash reports" OFF) option(BORNAGAIN_CRASHHANDLER "Additional machinery to send crash reports" OFF)
option(BORNAGAIN_TIFF_SUPPORT "Tiff files read/write support" ON) option(BORNAGAIN_TIFF_SUPPORT "Tiff files read/write support" ON)
#--- Including macros --- #--- Including macros ---
......
...@@ -33,7 +33,7 @@ add_subdirectory(externals/qcustomplot) ...@@ -33,7 +33,7 @@ add_subdirectory(externals/qcustomplot)
add_subdirectory(externals/qtpropertybrowser) add_subdirectory(externals/qtpropertybrowser)
add_subdirectory(coregui) add_subdirectory(coregui)
if(BORNAGAIN_CRASHHADLER) if(BORNAGAIN_CRASHHANDLER)
add_definitions(-DBORNAGAIN_CRASHHANDLER) add_definitions(-DBORNAGAIN_CRASHHANDLER)
add_subdirectory(crashhandler) add_subdirectory(crashhandler)
endif() endif()
......
...@@ -101,7 +101,7 @@ set(CMAKE_AUTOMOC ON) ...@@ -101,7 +101,7 @@ set(CMAKE_AUTOMOC ON)
qt5_add_resources(RC_SRCS ${resource_files}) qt5_add_resources(RC_SRCS ${resource_files})
# --- definitions ------ # --- definitions ------
if(BORNAGAIN_CRASHHADLER) if(BORNAGAIN_CRASHHANDLER)
add_definitions(-DBORNAGAIN_CRASHHANDLER) add_definitions(-DBORNAGAIN_CRASHHANDLER)
endif() endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment