Skip to content
Snippets Groups Projects
Commit 4a8fffac authored by Kasper Marstal's avatar Kasper Marstal
Browse files

COMP: Explicitly enable C++ 11 extensions which is required on Mac OS X and Linux

parent 864dca7e
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,8 @@ cmake_minimum_required( VERSION 2.8 )
# ---------------------------------------------------------------------
project( Elastix )
set( CMAKE_CXX_STANDARD 11 )
# Place libraries and executables in the bin directory
set( CMAKE_RUNTIME_OUTPUT_DIRECTORY
"${CMAKE_BINARY_DIR}/bin"
......
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