SMP in findParadisEO.cmake

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2722 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
quemy 2012-08-23 10:57:19 +00:00
commit 0bed8d3483
5 changed files with 40 additions and 15 deletions

View file

@ -4,7 +4,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
### 0) If you want to set your variables in eo-conf.cmake and avoid the cmd line
######################################################################################
INCLUDE(eo-conf.cmake OPTIONAL)
#INCLUDE(eo-conf.cmake OPTIONAL)
######################################################################################
@ -134,6 +134,6 @@ INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/eo.pc DESTINATION ${LIB}/pkgconfig COM
### 7) Include packaging
######################################################################################
INCLUDE(Packaging.cmake)
#INCLUDE(Packaging.cmake)
######################################################################################