Skip to content

Commit

Permalink
FIX remove fortran dependency (was cmake-cblas bug once?)
Browse files Browse the repository at this point in the history
  • Loading branch information
temporaer committed Jan 13, 2014
1 parent e145062 commit 95d4ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -11,7 +11,7 @@ ELSE()
SET(CMAKE_BUILD_TYPE Release CACHE STRING "Choose the type of build, options are: None(CMAKE_CXX_FLAGS or CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.")
ENDIF()

PROJECT(CUV Fortran CXX C)
PROJECT(CUV CXX C)
SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/CMakeModules )

EXECUTE_PROCESS(COMMAND "date" "+%Y%m%d%H%M" OUTPUT_VARIABLE DATESTR)
Expand Down

0 comments on commit 95d4ac8

Please sign in to comment.