Skip to content

Commit 056ae62

Browse files
authored
Merge pull request #1273 from LSSTDESC/revertCMakeChange
remove unecessary flag in CMakeLists (revert fixCI commit)
2 parents 46fc53f + 49a6786 commit 056ae62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ SET(PKG_CONFIG_INCLUDEDIR "${CMAKE_INSTALL_PREFIX}/include/")
113113
SET(PKG_CONFIG_REQUIRES "gsl >= 2.1")
114114
SET(PKG_CONFIG_REQUIRES_PRIVATE "fftw3")
115115
SET(PKG_CONFIG_LIBS "-L${PKG_CONFIG_LIBDIR} -lccl -lm")
116-
SET(PKG_CONFIG_CFLAGS "-I${PKG_CONFIG_INCLUDEDIR} -Wno-error=int-conversion")
116+
SET(PKG_CONFIG_CFLAGS "-I${PKG_CONFIG_INCLUDEDIR}")
117117
CONFIGURE_FILE(
118118
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/pkg-config.cmakein"
119119
"${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.pc" )

0 commit comments

Comments
 (0)