From: rnv Date: Fri, 20 Sep 2013 06:21:25 +0000 (+0000) Subject: Correction of the previous wrong commit. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7855fb750461092c3420f40a83319053067f89e7;p=modules%2Fyacs.git Correction of the previous wrong commit. --- diff --git a/salome_adm/cmake_files/FindSalomeBoost.cmake b/salome_adm/cmake_files/FindSalomeBoost.cmake index 189775ef6..5cbb03c41 100644 --- a/salome_adm/cmake_files/FindSalomeBoost.cmake +++ b/salome_adm/cmake_files/FindSalomeBoost.cmake @@ -32,7 +32,7 @@ IF(WIN32) # Under windows, one extra sub-directory in the boost installation hierarchy: SALOME_FIND_PACKAGE_AND_DETECT_CONFLICTS(Boost Boost_INCLUDE_DIRS 2) ELSE() - SALOME_FIND_PACKAGE_AND_DETECT_CONFLICTS(Boost Boost_INCLUDE_DIRS 2) + SALOME_FIND_PACKAGE_AND_DETECT_CONFLICTS(Boost Boost_INCLUDE_DIRS 1) ENDIF() IF(Boost_FOUND OR BOOST_FOUND) MESSAGE(STATUS "Boost include dirs is: ${Boost_INCLUDE_DIRS}")