diff options
author | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2012-12-03 15:59:53 (GMT) |
---|---|---|
committer | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2012-12-03 15:59:53 (GMT) |
commit | 635bf6ab84fd624eb66f6f33006789ab340147ab (patch) | |
tree | 0686db220747b9068765ec2e1c56001da57a8c6a | |
parent | c67f1fbd4afb9b064dbb3d86dbc5080f5ce87f68 (diff) |
Set compilation flags correctly
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f09cfe..aa3ab63 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 2.6) -set(CMAKE_CXX_FLAGS "-g -Wall") +set(CMAKE_C_FLAGS "-g -Wall") project(TRAJECTORY) set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin) |